Core: Import random for type hint on World.random (#1927)
This commit is contained in:
parent
c321c5d256
commit
d94bee20d0
|
@ -11,6 +11,7 @@ from BaseClasses import CollectionState
|
|||
from Options import AssembleOptions
|
||||
|
||||
if TYPE_CHECKING:
|
||||
import random
|
||||
from BaseClasses import MultiWorld, Item, Location, Tutorial
|
||||
from . import GamesPackage
|
||||
|
||||
|
|
Loading…
Reference in New Issue