HK: some stuff ruff and pycodestyle complained about (#4523)

This commit is contained in:
qwint
2025-01-20 17:42:12 -05:00
committed by GitHub
parent e2b942139a
commit a126dee068
4 changed files with 30 additions and 28 deletions

View File

@@ -2,7 +2,6 @@ import typing
from argparse import Namespace
from BaseClasses import CollectionState, MultiWorld
from Options import ItemLinks
from test.bases import WorldTestBase
from worlds.AutoWorld import AutoWorldRegister, call_all
from .. import HKWorld

View File

@@ -1,5 +1,6 @@
from . import linkedTestHK, WorldTestBase
from test.bases import WorldTestBase
from Options import ItemLinks
from . import linkedTestHK
class test_grubcount_limited(linkedTestHK, WorldTestBase):