Skip to content

Commit 0a4f969

Browse files
committed
Apply ruff fixed
1 parent 3fbdc65 commit 0a4f969

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ess/powder/types.py

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

1313
import sciline
1414
import scipp as sc
15+
from scippneutron.io import cif
1516

1617
from ess.reduce.nexus import generic_types as reduce_gt
1718
from ess.reduce.nexus import types as reduce_t
1819
from ess.reduce.uncertainty import UncertaintyBroadcastMode as _UncertaintyBroadcastMode
19-
from scippneutron.io import cif
2020

2121
# 1 TypeVars used to parametrize the generic parts of the workflow
2222

tests/dream/geant4_reduction_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
import sciline
88
import scipp as sc
99
import scipp.testing
10-
from ess import dream, powder
1110

1211
import ess.dream.data # noqa: F401
12+
from ess import dream, powder
1313
from ess.dream.io.cif import CIFAuthor, CIFAuthors
1414
from ess.powder.types import (
1515
AccumulatedProtonCharge,

tests/dream/io/cif_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ess.powder.types import IofDspacing
1313

1414

15-
@pytest.fixture()
15+
@pytest.fixture
1616
def iofd() -> IofDspacing:
1717
return IofDspacing(
1818
sc.DataArray(

0 commit comments

Comments
 (0)