Skip to content

Commit 6845150

Browse files
committed
Remove astroquery/utils/decorators.py
The deleted file was no longer necessary because everything it defined can be safely imported directly from `astropy`, and there was only a single instance in the code where that was not being done already.
1 parent 1aba55e commit 6845150

File tree

2 files changed

+1
-181
lines changed

2 files changed

+1
-181
lines changed

astroquery/cadc/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from ..query import BaseQuery
1919
from bs4 import BeautifulSoup
2020
from astropy.utils.exceptions import AstropyDeprecationWarning
21-
from astroquery.utils.decorators import deprecated
21+
from astropy.utils.decorators import deprecated
2222
from astropy import units as u
2323
from . import conf
2424

astroquery/utils/decorators.py

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)