Skip to content

Commit

Permalink
TODO: Remove end points?
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Dec 29, 2024
1 parent f4b06f2 commit 802fb42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servicex/servicex_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def __init__(self, backend=None, url=None, config_path=None):
will search in local directory and up in enclosing directories
"""
self.config = Configuration.read(config_path)
# TODO: Remove this as an instance var (no reason to carry it around?).
self.endpoints = self.config.endpoint_dict()

if not url and not backend:
Expand Down

0 comments on commit 802fb42

Please sign in to comment.