Skip to content

Commit b6a3720

Browse files
committed
linting
1 parent 7b30aea commit b6a3720

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/powder/conversion_test.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
import pytest
55
import scipp as sc
66
import scipp.testing
7-
import scippneutron as scn
87

9-
from ess.powder.conversion import (
10-
add_scattering_coordinates_from_positions,
11-
to_dspacing_with_calibration,
12-
)
8+
from ess.powder.conversion import to_dspacing_with_calibration
139

1410

1511
@pytest.fixture(params=['random', 'zero'])

0 commit comments

Comments
 (0)