Skip to content

Commit 657957c

Browse files
Apply automatic formatting
1 parent 45edaaf commit 657957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/orso_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
from ess import amor, reflectometry
99
from ess.reflectometry import orso
10-
from ess.reflectometry.types import Filename, SampleRun, ReferenceRun
10+
from ess.reflectometry.types import Filename, ReferenceRun, SampleRun
1111

1212

1313
def test_build_orso_data_source():
1414
pipeline = sciline.Pipeline(
1515
(*amor.load.providers, *orso.providers),
1616
params={
1717
Filename[SampleRun]: amor.data.amor_old_sample_run(),
18-
Filename[ReferenceRun]: amor.data.amor_old_reference_run()
18+
Filename[ReferenceRun]: amor.data.amor_old_reference_run(),
1919
},
2020
)
2121
pipeline[orso.OrsoInstrument] = None

0 commit comments

Comments
 (0)