Skip to content

Commit

Permalink
style: ran isort . then black . to ensure codebase at expected st…
Browse files Browse the repository at this point in the history
…andard.

NB 1: this does not affect files in root folder, only `spond` and `test`
NB 2: ran `isort . --show-config` first to check that `profile = "black"` is picked up from pyproject.toml
  • Loading branch information
elliot-100 committed May 23, 2024
1 parent 593de7e commit 8c31b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_spond.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest


from spond.spond import Spond

MOCK_USERNAME, MOCK_PASSWORD = "MOCK_USERNAME", "MOCK_PASSWORD"
Expand Down

0 comments on commit 8c31b63

Please sign in to comment.