From d96aae6bf79de1045d1f2e9d2186f3ac677142dd Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Mon, 14 Feb 2022 13:04:19 +0100 Subject: [PATCH] Remove unused imports --- rcon/battleye/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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