From 9e043d54bf2f7a491d3e5e8ea788d8903e5c9ff1 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:03:46 +0100 Subject: [PATCH] Lint: format all files with ruff --- spond/spond.py | 1 - tests/test_spond.py | 1 - 2 files changed, 2 deletions(-) diff --git a/spond/spond.py b/spond/spond.py index a5431ef..516ee51 100644 --- a/spond/spond.py +++ b/spond/spond.py @@ -13,7 +13,6 @@ class Spond(_SpondBase): - DT_FORMAT = "%Y-%m-%dT00:00:00.000Z" _EVENT: ClassVar = "event" diff --git a/tests/test_spond.py b/tests/test_spond.py index 289d40c..0df56e6 100644 --- a/tests/test_spond.py +++ b/tests/test_spond.py @@ -41,7 +41,6 @@ def mock_payload(): class TestEventMethods: - @pytest.fixture def mock_events(self) -> list[JSONDict]: """Mock a minimal list of events."""