Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Aug 19, 2024
1 parent ee62c5d commit 1c765b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0

import platform
from ctypes import CDLL, POINTER, c_char, c_char_p, c_double, c_size_t, c_void_p
from ctypes import CDLL, c_double, c_size_t, c_void_p
from inspect import signature
from itertools import chain
from pathlib import Path
Expand Down

0 comments on commit 1c765b9

Please sign in to comment.