Skip to content

Commit 897ecba

Browse files
committed
Fix import issue from a bad conflict resolution.
1 parent 1403668 commit 897ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from sc2reader import readers
1818
from sc2reader.data import builds as datapacks
1919
from sc2reader.objects import Player, Observer, Team, PlayerSummary, Graph, DepotFile
20-
from sc2reader.constants import REGIONS, LOCALIZED_RACES, GAME_SPEED_FACTOR
20+
from sc2reader.constants import REGIONS, LOCALIZED_RACES, GAME_SPEED_FACTOR, LOBBY_PROPERTIES
2121

2222

2323
def real_type(teams):

0 commit comments

Comments
 (0)