diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-08 11:52:35 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-08 13:54:45 +0000 |
| commit | 4e7d42986b333147bbc89508c3ebeb9cc289374d (patch) | |
| tree | 4fa15c2cbb0b287b0c8e652948d79d5ded92e680 /wrappers/python/eduvpn_common/loader.py | |
| parent | 9ce4e4458794290755c68a180125acc68ab84038 (diff) | |
Format: Run Ruff & isort
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index d258dab..08179ee 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -1,5 +1,5 @@ import pathlib -from ctypes import CDLL, c_char_p, c_int, c_longlong, c_void_p, cdll, POINTER +from ctypes import CDLL, POINTER, c_char_p, c_int, c_longlong, c_void_p, cdll from eduvpn_common import __version__ from eduvpn_common.types import ( |
