Skip to content

Commit e57c629

Browse files
committed
style: remove unused imports
1 parent 61e3c4a commit e57c629

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

libdestruct/c/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
__all__ = ["c_char", "c_uchar", "c_short", "c_ushort", "c_int", "c_uint", "c_long", "c_ulong", "c_str"]
1111

1212
import libdestruct.c.base_type_inflater # noqa: F401
13-
import libdestruct.c.ctypes_generic_field # noqa: F401
13+
import libdestruct.c.ctypes_generic_field # noqa: F401

libdestruct/common/array/array_impl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
from typing import TYPE_CHECKING
1010

11-
from libdestruct.c.c_integer_types import _c_integer
12-
from libdestruct.c.ctypes_generic import _ctypes_generic
1311
from libdestruct.common.array.array import array
1412
from libdestruct.common.obj import obj
1513
from libdestruct.common.struct.struct import struct

0 commit comments

Comments
 (0)