customserver: cache: reformat

This commit is contained in:
black-sliver
2026-02-28 21:02:34 +01:00
parent 9996c12ef9
commit 2ec4be6f1f

View File

@@ -10,7 +10,10 @@ class DBGamesPackageCache(GamesPackageCache):
def __init__(self, static_games_package: dict[str, GamesPackage]) -> None:
super().__init__()
self._static = {game: GamesPackageCache.get(self, game, games_package) for game, games_package in static_games_package.items()}
self._static = {
game: GamesPackageCache.get(self, game, games_package)
for game, games_package in static_games_package.items()
}
@override
def get(