Skip to content

Commit 10bde0f

Browse files
committed
blank lines? whoa.
1 parent c04be3e commit 10bde0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

astroquery/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def remove_cache_file(self, cache_location):
129129
"it does not exist")
130130

131131

132-
133132
class LoginABCMeta(abc.ABCMeta):
134133
"""
135134
The goal of this metaclass is to copy the docstring and signature from

astroquery/simbad/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ def query_objectids(self, object_name, verbose=False, cache=True,
928928
return self._parse_result(response, SimbadObjectIDsResult,
929929
verbose=verbose)
930930

931-
932931
def query_objectids_async(self, object_name, cache=True,
933932
get_query_payload=False):
934933
"""

0 commit comments

Comments
 (0)