formatting fix

ruff related

[ticket: X]
This commit is contained in:
Eikeno
2025-03-22 18:39:43 +01:00
parent 1d40df3cf2
commit 9dd0254caa

View File

@@ -3,7 +3,6 @@ import os
from lutris.database.games import get_games
from lutris.settings import CONFIG_DIR
config_paths = set()
for dbgame in get_games():
config_paths.add(dbgame["configpath"] + ".yml")