mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 19:13:21 -07:00
Test, MultiServer: reorder imports
Hopefully this fixes the random test failures with pytest-xdist
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import typing as t
|
||||
from copy import deepcopy
|
||||
|
||||
import Utils
|
||||
import apmw.webhost.customserver.gamespackage.cache
|
||||
from NetUtils import GamesPackage
|
||||
from apmw.webhost.customserver.gamespackage.cache import DBGamesPackageCache
|
||||
from test.multiserver.test_gamespackage_cache import GamesPackageCacheTest
|
||||
|
||||
import Utils
|
||||
from NetUtils import GamesPackage
|
||||
|
||||
import apmw.webhost.customserver.gamespackage.cache
|
||||
from apmw.webhost.customserver.gamespackage.cache import DBGamesPackageCache
|
||||
|
||||
|
||||
class FakeGameDataPackage:
|
||||
_rows: "t.ClassVar[dict[str, FakeGameDataPackage]]" = {}
|
||||
|
||||
Reference in New Issue
Block a user