Skip to content

Commit f0f2b98

Browse files
committed
Fix some more rebase artifacts
1 parent 99fe232 commit f0f2b98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sbpy/data/orbit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ def from_dastcom5(cls, name):
211211
return cls.from_table(tb)
212212

213213
@classmethod
214-
@cite({'data source': 'https://minorplanetcenter.net/iau/MPEph/MPEph.html'})
214+
@cite({'data source':
215+
'https://minorplanetcenter.net/iau/MPEph/MPEph.html'})
215216
@cite({'software: astroquery': '2019AJ....157...98G'})
216217
def from_mpc(cls, targetids, id_type=None, target_type=None, **kwargs):
217218
"""Load latest orbital elements from the

0 commit comments

Comments
 (0)