Skip to content

Commit 5b55499

Browse files
committed
pep8
1 parent 373081b commit 5b55499

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

astroquery/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from astropy.utils.console import ProgressBarOrSpinner
2020
import astropy.utils.data
2121
from astropy.utils import deprecated
22-
from astropy.utils.exceptions import AstropyDeprecationWarning
2322

2423
from astroquery import version, log, cache_conf
2524
from astroquery.utils import system_tools

astroquery/tests/test_cache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import pytest
21
import requests
32
import os
43

54
from time import sleep
6-
from pathlib import Path
75

86
from astropy.config import paths
97

0 commit comments

Comments
 (0)