We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c0a38 commit bd382dbCopy full SHA for bd382db
tests/orso_test.py
@@ -27,7 +27,7 @@ def test_build_orso_data_source():
27
experiment=fileio.data_source.Experiment(
28
title="commissioning",
29
instrument="AMOR",
30
- start_date=datetime(2020, 11, 25, 16, 3, 10, tzinfo=datetime.timezone.utc),
+ start_date=datetime(2020, 11, 25, 16, 3, 10), # noqa: DTZ001
31
probe="neutron",
32
facility="SINQ",
33
),
0 commit comments