Skip to content

Commit ef2beed

Browse files
committed
tiny formatting change
1 parent ad6c014 commit ef2beed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/vizier/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def get_catalogs_async(self, catalog, verbose=False):
207207
timeout=self.TIMEOUT)
208208
return response
209209

210-
def query_object_async(self, object_name, catalog=None, radius=None, coordinate_frame=None):
210+
def query_object_async(self, object_name, catalog=None, radius=None,
211+
coordinate_frame=None):
211212
"""
212213
Serves the same purpose as `query_object` but only
213214
returns the HTTP response rather than the parsed result.

0 commit comments

Comments
 (0)