Skip to content

Commit

Permalink
Merge pull request astropy#2155 from eerovaher/deprecate-decorators
Browse files Browse the repository at this point in the history
Remove `astroquery.utils.decorators`
  • Loading branch information
bsipocz authored Sep 28, 2021
2 parents 1aba55e + 6845150 commit 241d896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 181 deletions.
2 changes: 1 addition & 1 deletion astroquery/cadc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from ..query import BaseQuery
from bs4 import BeautifulSoup
from astropy.utils.exceptions import AstropyDeprecationWarning
from astroquery.utils.decorators import deprecated
from astropy.utils.decorators import deprecated
from astropy import units as u
from . import conf

Expand Down
180 changes: 0 additions & 180 deletions astroquery/utils/decorators.py

This file was deleted.

0 comments on commit 241d896

Please sign in to comment.