Skip to content

Commit

Permalink
remove warning about timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Jun 19, 2024
1 parent 74c0a38 commit bd382db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orso_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_build_orso_data_source():
experiment=fileio.data_source.Experiment(
title="commissioning",
instrument="AMOR",
start_date=datetime(2020, 11, 25, 16, 3, 10, tzinfo=datetime.timezone.utc),
start_date=datetime(2020, 11, 25, 16, 3, 10), # noqa: DTZ001
probe="neutron",
facility="SINQ",
),
Expand Down

0 comments on commit bd382db

Please sign in to comment.