Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Oct 26, 2024
1 parent c71d91c commit ba225d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/gameconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ async def handle_established_peers(self, peerId: str, peerConnectedTo: str):
- peerConneectedTo: The list of identifiers that the given peer established a connection to. Is a list stored in a string, separated by spaces. As an example: "1321 22 33 43221 2132"
"""

peerConnectedToList = peerConnectedTo.split(" ")
# peerConnectedToList = peerConnectedTo.split(" ")

pass

Check warning on line 585 in server/gameconnection.py

View check run for this annotation

Codecov / codecov/patch

server/gameconnection.py#L585

Added line #L585 was not covered by tests

Expand Down

0 comments on commit ba225d9

Please sign in to comment.