Skip to content

Commit

Permalink
Lint: format all files with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Oct 13, 2024
1 parent 12c65d7 commit df4a246
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 @@ -13,7 +13,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 @@ -41,7 +41,6 @@ def mock_payload():


class TestEventMethods:

@pytest.fixture
def mock_events(self) -> list[JSONDict]:
"""Mock a minimal list of events."""
Expand Down

0 comments on commit df4a246

Please sign in to comment.