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 5e3eebc commit 5803174Copy full SHA for 5803174
astroquery/splatalogue/tests/conftest.py
@@ -2,7 +2,6 @@
2
3
import pytest
4
import requests
5
-import json
6
7
from astroquery.utils.mocks import MockResponse
8
astroquery/splatalogue/tests/test_splatalogue.py
@@ -1,12 +1,10 @@
1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
-import os
import json
from astropy import units as u
9
-from astroquery.utils.mocks import MockResponse
10
from astroquery import splatalogue
11
12
0 commit comments