Skip to content

Commit bd382db

Browse files
committed
remove warning about timezone
1 parent 74c0a38 commit bd382db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/orso_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_build_orso_data_source():
2727
experiment=fileio.data_source.Experiment(
2828
title="commissioning",
2929
instrument="AMOR",
30-
start_date=datetime(2020, 11, 25, 16, 3, 10, tzinfo=datetime.timezone.utc),
30+
start_date=datetime(2020, 11, 25, 16, 3, 10), # noqa: DTZ001
3131
probe="neutron",
3232
facility="SINQ",
3333
),

0 commit comments

Comments
 (0)