From c5609f55481899a888fd7235ff454fef79d3a7cf Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 26 Oct 2022 17:38:29 +0200 Subject: Autoflake: Remove unused imports --- wrappers/python/eduvpn_common/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/eduvpn_common/event.py') diff --git a/wrappers/python/eduvpn_common/event.py b/wrappers/python/eduvpn_common/event.py index 979c4f2..1823130 100644 --- a/wrappers/python/eduvpn_common/event.py +++ b/wrappers/python/eduvpn_common/event.py @@ -1,4 +1,4 @@ -from ctypes import CDLL, c_void_p +from ctypes import CDLL from typing import Any, Callable, Dict, List, Tuple from eduvpn_common.server import ( -- cgit v1.2.3