mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 16:33:39 -07:00
MultiServer, customserver: cache: typing improvements
This commit is contained in:
@@ -2,6 +2,8 @@ import typing as t
|
||||
from copy import deepcopy
|
||||
from unittest import TestCase
|
||||
|
||||
from typing_extensions import override
|
||||
|
||||
import NetUtils
|
||||
from NetUtils import GamesPackage
|
||||
from apmw.multiserver.gamespackage.cache import GamesPackageCache
|
||||
@@ -18,6 +20,7 @@ class GamesPackageCacheTest(TestCase):
|
||||
"checksum": "1234",
|
||||
}
|
||||
|
||||
@override
|
||||
def setUp(self) -> None:
|
||||
self.cache = GamesPackageCache()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user