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."""