mirror of
https://github.com/lutris/lutris.git
synced 2025-12-24 00:00:29 -05:00
formatting fix
ruff related [ticket: X]
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user