Skip to content

Commit abc718d

Browse files
committed
Codestyle fixes.
1 parent 9e9a3aa commit abc718d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specreduce/tests/test_tilt_correction.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import numpy as np
22
import pytest
33
from astropy.modeling import models
4-
from astropy.nddata import NDData, StdDevUncertainty
4+
from astropy.nddata import StdDevUncertainty
55
from astropy.wcs import WCS
66

77
from specreduce.tilt_correction import TiltCorrection, diff_poly2d_x
88
from specreduce.utils.synth_data import make_2d_arc_image
99

10+
1011
# Arc frame creation code taken from Tim Pickering's example notebook
1112
@pytest.fixture
1213
def mk_arc_frames():

0 commit comments

Comments
 (0)