Skip to content

Commit be89770

Browse files
committed
small
1 parent be89fd2 commit be89770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypeit/tests/test_pypeitpar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
from pypeit.par import pypeitpar
1212
from pypeit.par import parset
13+
from pypeit.par import util
1314
from pypeit.spectrographs.util import load_spectrograph
1415

1516

1617
def test_detnum_mixed_tuple():
1718
"""Test parsing of detnum with mixed int and tuple values."""
18-
from pypeit.par import util
1919

2020
# Mixed int and tuple
2121
cfg = ConfigObj(['[rdx]', 'detnum = 1,(2,6)'])

0 commit comments

Comments
 (0)