Skip to content

Commit 00f0c1b

Browse files
committed
Fix up one lazy wildcard import.
1 parent 988be1a commit 00f0c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/processors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from collections import defaultdict
66

7-
from sc2reader.constants import REGIONS
8-
from sc2reader.objects import *
7+
from sc2reader.constants import REGIONS, LOCALIZED_RACES
8+
from sc2reader.objects import Player, Message, Color, Observer, Team, Packet
99
from sc2reader.utils import windows_to_unix
1010

1111

0 commit comments

Comments
 (0)