Skip to content

Commit

Permalink
Core: Import random for type hint on World.random (ArchipelagoMW#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe authored Jul 2, 2023
1 parent c321c5d commit d94bee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from Options import AssembleOptions

if TYPE_CHECKING:
import random
from BaseClasses import MultiWorld, Item, Location, Tutorial
from . import GamesPackage

Expand Down

0 comments on commit d94bee2

Please sign in to comment.