Skip to content

Commit b98c2bb

Browse files
authored
Cleanup docstrings
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
1 parent f15fd12 commit b98c2bb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

astroquery/ipac/irsa/most.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ def get_images(self, catalog="wise_merge", input_mode="name_input", ephem_step=0
274274
obj_naifid : str or None
275275
Object NAIF ID.
276276
Required when input mode is ``"naifid_input"``.
277-
obj_nafid : str or None
278-
Deprecated name for ``obj_naifid``.
279277
obj_type : str or None
280278
Object type, ``"Asteroid"`` or ``Comet``.
281279
Required when input mode is ``"mpc_input"`` or ``"manual_input"``.
@@ -454,8 +452,6 @@ def query_object(self, catalog="wise_merge", input_mode="name_input", output_mod
454452
obj_naifid : str or None
455453
Object NAIF ID.
456454
Required when input mode is ``"naifid_input"``.
457-
obj_nafid : str or None
458-
Deprecated name for ``obj_naifid``.
459455
obj_type : str or None
460456
Object type, ``"Asteroid"`` or ``Comet``
461457
Required when input mode is ``"mpc_input"`` or ``"manual_input"``.

0 commit comments

Comments
 (0)