Skip to content

Commit 74c67bd

Browse files
committed
Fix linting for python3.10
1 parent d0becec commit 74c67bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dissect/cramfs/c_cramfs.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Generated by cstruct-stubgen
2-
from typing import BinaryIO, Literal, overload
2+
from typing import BinaryIO, Literal, TypeAlias, overload
33

44
import dissect.cstruct as __cs__
5-
from typing_extensions import TypeAlias
65

76
class _c_cramfs(__cs__.cstruct):
87
CRAMFS_MAGIC: Literal[684539205] = ...

0 commit comments

Comments
 (0)