Skip to content

Commit bb143cc

Browse files
authored
Update ImportHelper.py - to be squashed
1 parent 211d3a1 commit bb143cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

UnityPy/helpers/ImportHelper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
from ..streams import EndianBinaryReader
99
from .. import files
1010

11-
type FileSourceType = Union[str, bytes, bytearray, io.IOBase]
11+
12+
FileSourceType = Union[str, bytes, bytearray, io.IOBase]
1213

1314
def file_name_without_extension(file_name: str) -> str:
1415
return os.path.join(

0 commit comments

Comments
 (0)