diff --git a/rcon/battleye/client.py b/rcon/battleye/client.py index a4883aa..c09e2a5 100644 --- a/rcon/battleye/client.py +++ b/rcon/battleye/client.py @@ -19,7 +19,6 @@ from rcon.exceptions import WrongPassword __all__ = ['Client'] -Host = Union[str, IPv4Address] MessageHandler = Callable[[ServerMessage], None]