From a7805d38ec6ed5a905ca5d61cb924f8fb91c75e9 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Mon, 14 Feb 2022 13:03:54 +0100 Subject: [PATCH] Remove unused Host --- rcon/battleye/client.py | 1 - 1 file changed, 1 deletion(-) 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]