Skip to content

Commit d28830c

Browse files
authored
Update fsPacker.py
1 parent 71ddb78 commit d28830c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsPacker/fsPacker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import annotations
33
from io import BytesIO
44
from math import ceil
5-
from typing import Dict, Any, List, Tuple, Union, IO
5+
from typing import Dict, Any, List, Tuple, IO
66
# Third party modules
77
# Local modules
88
# Program

0 commit comments

Comments
 (0)