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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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