diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-26 17:38:29 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-26 17:38:29 +0200 |
| commit | c5609f55481899a888fd7235ff454fef79d3a7cf (patch) | |
| tree | 3e0b39c547debd987771c01d9ef255593469c925 /wrappers/python/eduvpn_common/event.py | |
| parent | 516a25eb926a8b9a879e4f38c86d4dbb9b9e0948 (diff) | |
Autoflake: Remove unused imports
Diffstat (limited to 'wrappers/python/eduvpn_common/event.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/event.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
