Skip to content

Commit

Permalink
swap order of decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jul 11, 2024
1 parent 7214814 commit e1be3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/mast/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ def _parse_result(self, response, verbose=False, data_key='data'):
warnings.warn("Query returned no results.", NoResultsWarning)
return result_table

@deprecated_renamed_argument('page_size', 'pagesize', since='0.4.8')
@class_or_instance
@deprecated_renamed_argument('page_size', 'pagesize', since='0.4.8')
def service_request_async(self, service, params, pagesize=None, page=None, use_json=False, **kwargs):
"""
Given a MAST fabric service and parameters, builds and executes a fabric microservice catalog query.
Expand Down

0 comments on commit e1be3fe

Please sign in to comment.