Skip to content

Commit aa95cdb

Browse files
committed
style: fix lint errors
1 parent 78afe41 commit aa95cdb

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

libdestruct/common/struct/struct_field_inflater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from typing import TYPE_CHECKING
1010

11-
from libdestruct.common.field import Field
1211
from libdestruct.common.struct.ptr_struct_field import PtrStructField
1312
from libdestruct.common.type_registry import TypeRegistry
1413

libdestruct/common/struct/struct_impl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
if TYPE_CHECKING:
1616
from collections.abc import MutableSequence
1717

18-
from libdestruct.common.obj import obj
19-
2018

2119
class struct_impl(struct):
2220
"""The implementation for the C struct type."""

0 commit comments

Comments
 (0)