Skip to content

Commit fb0894a

Browse files
committed
read ESO_TAP_URL from env var; otherwise use the config one
1 parent 5cd949a commit fb0894a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/eso/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def __init__(self):
9191
self._collections: Optional[List[str]] = None
9292
self._auth_info: Optional[AuthInfo] = None
9393
self._hash = None
94-
self.USE_DEV_TAP = True
9594

9695
def tap_url(self) -> str:
9796
url = os.environ.get('ESO_TAP_URL', conf.tap_url)

0 commit comments

Comments
 (0)