Skip to content

Commit 9e50564

Browse files
Apply automatic formatting
1 parent 72336c3 commit 9e50564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/snspowder/powgen/powgen_reduction_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
33

4+
import ess.snspowder.powgen.data # noqa: F401
45
import pytest
56
import sciline
67
import scipp as sc
7-
8-
import ess.snspowder.powgen.data # noqa: F401
98
from ess import powder
9+
from ess.snspowder import powgen
10+
1011
from ess.powder.types import (
1112
CalibrationFilename,
1213
DspacingBins,
@@ -24,7 +25,6 @@
2425
VanadiumRun,
2526
WavelengthMask,
2627
)
27-
from ess.snspowder import powgen
2828

2929

3030
@pytest.fixture()

0 commit comments

Comments
 (0)