Browse Source

remove type-annotation fix

pull/31/head
Vert 11 months ago
parent
commit
75ff8bc0a6
  1. 2
      rcon/client.py

2
rcon/client.py

@ -39,7 +39,7 @@ class BaseClient:
return self._socket.__exit__(typ, value, traceback)
@property
def timeout(self) -> float | None:
def timeout(self) -> float:
"""Return the socket timeout."""
return self._socket.gettimeout()

Loading…
Cancel
Save