Skip to content

Commit 241d896

Browse files
authored
Merge pull request #2155 from eerovaher/deprecate-decorators
Remove `astroquery.utils.decorators`
2 parents 1aba55e + 6845150 commit 241d896

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)