Skip to content

Commit

Permalink
test: normalize imports in test_protocol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 9, 2024
1 parent ea74902 commit 90b90ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Channel,
Client,
ClientEventAuthentication,
ClientEventMessageReceived,
ClientEventChannelsListed,
ClientState,
HighCommand,
InvalidStateError,
Expand All @@ -16,7 +16,6 @@
ServerEventMessageReceived,
ServerState,
)
from dumdum.protocol.client.events import ClientEventChannelsListed

T = TypeVar("T")

Expand Down

0 comments on commit 90b90ce

Please sign in to comment.