Skip to content

Commit e547e76

Browse files
committed
Removed whitespace
1 parent 9ea7078 commit e547e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esasky/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_tables(self, *, only_names=True, verbose=False, cache=True):
127127
-------
128128
A list of tables
129129
"""
130-
130+
131131
if cache and self._cached_tables is not None:
132132
tables = self._cached_tables
133133
else:

0 commit comments

Comments
 (0)