diff --git a/rcon/battleye/client.py b/rcon/battleye/client.py index c09e2a5..12ecc8a 100644 --- a/rcon/battleye/client.py +++ b/rcon/battleye/client.py @@ -1,9 +1,8 @@ """BattlEye RCon client.""" -from ipaddress import IPv4Address from logging import getLogger from socket import SOCK_DGRAM -from typing import Callable, Union +from typing import Callable from rcon.battleye.proto import RESPONSE_TYPES from rcon.battleye.proto import CommandRequest