Browse Source

Remove useless optimization

pull/8/head
Richard Neumann 3 years ago
parent
commit
617f9dd190
  1. 2
      rcon/client.py

2
rcon/client.py

@ -10,8 +10,6 @@ __all__ = ['BaseClient']
class BaseClient:
"""A common RCON client."""
__slots__ = ('_socket', 'host', 'port', 'passwd')
def __init__(
self, host: str, port: int, *,
timeout: Optional[float] = None,

Loading…
Cancel
Save