Skip to content

Commit d007d90

Browse files
Apply automatic formatting
1 parent dbd6d46 commit d007d90

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

src/ess/amor/__init__.py

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@
55
import sciline
66
import scipp as sc
77

8-
98
from ..reflectometry import providers as reflectometry_providers
109
from ..reflectometry import supermirror
1110
from ..reflectometry.types import (
11+
BeamDivergenceLimits,
1212
BeamSize,
1313
DetectorSpatialResolution,
1414
NeXusDetectorName,
1515
RunType,
1616
SamplePosition,
17-
BeamDivergenceLimits,
1817
)
1918
from . import (
2019
conversions,
20+
figures,
2121
load,
22+
normalization,
2223
orso,
2324
resolution,
2425
utils,
25-
figures,
26-
normalization,
2726
workflow,
2827
)
2928
from .instrument_view import instrument_view
@@ -88,25 +87,25 @@ def AmorWorkflow() -> sciline.Pipeline:
8887

8988

9089
__all__ = [
91-
"supermirror",
92-
"conversions",
93-
"load",
94-
"orso",
95-
"resolution",
96-
"instrument_view",
97-
"providers",
98-
"default_parameters",
99-
"WavelengthResolution",
90+
"AmorWorkflow",
10091
"AngularResolution",
101-
"SampleSizeResolution",
102-
"ChopperFrequency",
103-
"ChopperPhase",
10492
"Chopper1Position",
10593
"Chopper2Position",
94+
"ChopperFrequency",
95+
"ChopperPhase",
96+
"QThetaFigure",
97+
"ReflectivityDiagnosticsView",
98+
"SampleSizeResolution",
10699
"ThetaBins",
100+
"WavelengthResolution",
107101
"WavelengthThetaFigure",
108102
"WavelengthZIndexFigure",
109-
"QThetaFigure",
110-
"ReflectivityDiagnosticsView",
111-
"AmorWorkflow",
103+
"conversions",
104+
"default_parameters",
105+
"instrument_view",
106+
"load",
107+
"orso",
108+
"providers",
109+
"resolution",
110+
"supermirror",
112111
]

src/ess/amor/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def amor_psi_software_result(number: int | str) -> Filename[SampleRun]:
7878

7979

8080
__all__ = [
81+
"amor_psi_software_result",
8182
"amor_reference_run",
8283
"amor_sample_run",
83-
"amor_psi_software_result",
8484
]

src/ess/reflectometry/supermirror/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
33
# flake8: noqa: F401
4-
import scipp as sc
54
import numpy as np
5+
import scipp as sc
66

77
from .types import Alpha, CriticalEdge, MValue
88

0 commit comments

Comments
 (0)