mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Remove unused imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import asyncio
|
||||
from os import write
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import NetUtils
|
||||
@@ -7,7 +5,6 @@ from .Locations import grinch_locations, GrinchLocation
|
||||
from .Items import ALL_ITEMS_TABLE, SLEIGH_PARTS_TABLE, MISSION_ITEMS_TABLE, GADGETS_TABLE, KEYS_TABLE, GrinchItemData
|
||||
import worlds._bizhawk as bizhawk
|
||||
from worlds._bizhawk.client import BizHawkClient
|
||||
from worlds.Files import APDeltaPatch
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from worlds._bizhawk.context import BizHawkClientContext
|
||||
|
@@ -1,7 +1,5 @@
|
||||
from typing import Callable
|
||||
|
||||
import inspect
|
||||
|
||||
from BaseClasses import CollectionState
|
||||
from worlds.AutoWorld import World
|
||||
from worlds.generic.Rules import add_rule
|
||||
|
@@ -5,7 +5,7 @@ from .Regions import connect_regions
|
||||
from .Rules import set_rules
|
||||
|
||||
from .Client import *
|
||||
from typing import ClassVar, Mapping, Any
|
||||
from typing import ClassVar
|
||||
|
||||
from worlds.AutoWorld import World
|
||||
|
||||
|
Reference in New Issue
Block a user