Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 27, 2024
1 parent 661b711 commit a987dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evora_wheel/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ async def start(self):

self.server = await asyncio.start_server(self.handle_message, "0.0.0.0", PORT)

addrs = ", ".join(str(sock.getsockname()) for sock in self.server.sockets)

try:
async with self.server:
await self.server.serve_forever()
Expand Down

0 comments on commit a987dcc

Please sign in to comment.