Skip to content

Commit

Permalink
same as previous
Browse files Browse the repository at this point in the history
  • Loading branch information
YunusT-Dev committed Nov 20, 2023
1 parent da70f8f commit 11dcae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamprojekt_competition_server/client/client_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from twisted.internet.protocol import ClientFactory, Protocol

sys.path.append("..") # has to be uncommented for execution
from teamprojekt_competition_server.shared.command import (
from teamprojekt_competition_server.shared.command import ( # noqa E402
StartGame,
EndGame,
Step,
) # noqa: E402
)


class COMPClientProtocol(amp.AMP):
Expand Down

0 comments on commit 11dcae5

Please sign in to comment.