Skip to content

Commit ea054f4

Browse files
committed
Fix import for str(Color) mapping.
1 parent 0945e03 commit ea054f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sc2reader/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from itertools import groupby
1313

1414
from sc2reader import exceptions
15+
from sc2reader.constants import COLOR_CODES
1516

1617
LITTLE_ENDIAN,BIG_ENDIAN = '<','>'
1718

0 commit comments

Comments
 (0)