We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78afe41 commit aa95cdbCopy full SHA for aa95cdb
2 files changed
libdestruct/common/struct/struct_field_inflater.py
@@ -8,7 +8,6 @@
8
9
from typing import TYPE_CHECKING
10
11
-from libdestruct.common.field import Field
12
from libdestruct.common.struct.ptr_struct_field import PtrStructField
13
from libdestruct.common.type_registry import TypeRegistry
14
libdestruct/common/struct/struct_impl.py
@@ -15,8 +15,6 @@
15
if TYPE_CHECKING:
16
from collections.abc import MutableSequence
17
18
- from libdestruct.common.obj import obj
19
-
20
21
class struct_impl(struct):
22
"""The implementation for the C struct type."""
0 commit comments