Skip to content

Commit

Permalink
fixed style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chmmao committed Jan 14, 2025
1 parent 86e52de commit 63b7443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def tables(self):
if self._tables is None:
tables_url = '{}/tables'.format(self.baseurl)

response = self._session.get(tables_url, params={"detail":"min"}, stream=True)
response = self._session.get(tables_url, params={"detail": "min"}, stream=True)

try:
response.raise_for_status()
Expand Down

0 comments on commit 63b7443

Please sign in to comment.