Skip to content

Commit 5803174

Browse files
keflavichbsipocz
authored andcommitted
codestyle: remove imports
1 parent 5e3eebc commit 5803174

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

astroquery/splatalogue/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import pytest
44
import requests
5-
import json
65

76
from astroquery.utils.mocks import MockResponse
87

astroquery/splatalogue/tests/test_splatalogue.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22

3-
import os
43
import pytest
54
import json
65

76
from astropy import units as u
87

9-
from astroquery.utils.mocks import MockResponse
108
from astroquery import splatalogue
119

1210

0 commit comments

Comments
 (0)