From 2f2e1ed057c5808be2c9c57bd484ac35ba2e353e Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:42:34 +0100 Subject: [PATCH] Lint: format 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 7970969..5691ed7 100644 --- a/spond/spond.py +++ b/spond/spond.py @@ -11,7 +11,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 3a38a6f..6fee72a 100644 --- a/tests/test_spond.py +++ b/tests/test_spond.py @@ -34,7 +34,6 @@ def mock_payload(): class TestEventMethods: - @pytest.fixture def mock_events(self): """Mock a minimal list of events."""