We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211d3a1 commit bb143ccCopy full SHA for bb143cc
UnityPy/helpers/ImportHelper.py
@@ -8,7 +8,8 @@
8
from ..streams import EndianBinaryReader
9
from .. import files
10
11
-type FileSourceType = Union[str, bytes, bytearray, io.IOBase]
+
12
+FileSourceType = Union[str, bytes, bytearray, io.IOBase]
13
14
def file_name_without_extension(file_name: str) -> str:
15
return os.path.join(
0 commit comments