Skip to content

Commit f29553a

Browse files
committed
Fix deprecation: since 0.4.8
1 parent 258f945 commit f29553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/mpc/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def _args_to_ephemeris_payload(self, **kwargs):
764764
return request_args
765765

766766
@class_or_instance
767-
@deprecated_renamed_argument("get_raw_response", None, since="0.4.9",
767+
@deprecated_renamed_argument("get_raw_response", None, since="0.4.8",
768768
alternative="async methods")
769769
def get_observations_async(self, targetid, *,
770770
id_type=None,
@@ -777,7 +777,7 @@ def get_observations_async(self, targetid, *,
777777
from the `Minor Planet Center observations database
778778
<https://minorplanetcenter.net/db_search>`_.
779779
780-
.. deprecated:: 0.4.9
780+
.. deprecated:: 0.4.8
781781
The ``get_raw_response`` keyword argument is deprecated. The
782782
`~MPCClass.get_observations_async` method will return a raw response.
783783

0 commit comments

Comments
 (0)