Skip to content

Commit

Permalink
Keep only changes to tox and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed May 4, 2021
1 parent b8be87a commit 395b7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synphot/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from astropy import units as u

# LOCAL
from synphot import exceptions, utils, units
from .. import exceptions, utils, units


@pytest.mark.parametrize(
Expand Down Expand Up @@ -131,7 +131,7 @@ def test_download_bad_root(tmpdir):

def test_download_data(tmpdir):
"""Test data download helper in dry run mode."""
from synphot.config import conf
from ..config import conf

# Use case where user downloads all data into new dir.
cdbs_root = os.path.join(tmpdir.strpath, 'cdbs')
Expand Down

0 comments on commit 395b7dc

Please sign in to comment.