From 505c63be1a0085ef412acb6ec7301ac727fe3089 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 01:20:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_chrono.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_chrono.py b/tests/test_chrono.py index 87366782f..b204be086 100644 --- a/tests/test_chrono.py +++ b/tests/test_chrono.py @@ -73,7 +73,7 @@ def test_chrono_system_clock_roundtrip_date(): def test_chrono_system_clock_roundtrip_daylight_savings(): # naive datetime - AEDST clock will change - datetime1 = datetime.datetime(2021, 10, 3, 2, 18, 46, 677734) + datetime1 = datetime.datetime(2021, 10, 3, 2, 18, 46, 677734) # Roundtrip the time datetime2 = m.test_chrono2(datetime1)