Skip to content

Commit

Permalink
Lint: format with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Sep 6, 2024
1 parent c91ed0e commit 2f2e1ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spond/spond.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


class Spond(_SpondBase):

DT_FORMAT = "%Y-%m-%dT00:00:00.000Z"

_EVENT: ClassVar = "event"
Expand Down
1 change: 0 additions & 1 deletion tests/test_spond.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def mock_payload():


class TestEventMethods:

@pytest.fixture
def mock_events(self):
"""Mock a minimal list of events."""
Expand Down

0 comments on commit 2f2e1ed

Please sign in to comment.