Core: Import random for type hint on World.random (#1927)

This commit is contained in:
Bryce Wilson
2023-07-02 09:23:47 -07:00
committed by GitHub
parent c321c5d256
commit d94bee20d0

View File

@@ -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