Skip to content

Commit 17ef78e

Browse files
committed
Merge pull request #692 from bsipocz/pytest_use_from_astropy
Fix pytest import
2 parents b00d3c4 + db5dcb4 commit 17ef78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/atomic/tests/test_atomic_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from astropy import units as u
44
from astropy.table import Table
55
from astropy.tests.helper import remote_data
6-
import pytest
6+
from astropy.tests.helper import pytest
77

88
from ...utils import commons
99
from ...atomic import AtomicLineList

0 commit comments

Comments
 (0)