We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373081b commit 5b55499Copy full SHA for 5b55499
astroquery/query.py
@@ -19,7 +19,6 @@
19
from astropy.utils.console import ProgressBarOrSpinner
20
import astropy.utils.data
21
from astropy.utils import deprecated
22
-from astropy.utils.exceptions import AstropyDeprecationWarning
23
24
from astroquery import version, log, cache_conf
25
from astroquery.utils import system_tools
astroquery/tests/test_cache.py
@@ -1,9 +1,7 @@
1
-import pytest
2
import requests
3
import os
4
5
from time import sleep
6
-from pathlib import Path
7
8
from astropy.config import paths
9
0 commit comments