Skip to content

Commit b6793be

Browse files
committed
Ruff 0.12.2 Reformat
1 parent 3963c3b commit b6793be

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

games/game_payday1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def executables(self):
266266
]
267267

268268
def dll_copy(self, mods: dict[str, mobase.ModState]):
269-
270269
game_path = self.dataDirectory().absolutePath() + "/"
271270

272271
for key, value in mods.items():

games/game_payday2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def executables(self):
267267
]
268268

269269
def dll_copy(self, mods: dict[str, mobase.ModState]):
270-
271270
game_path = self.dataDirectory().absolutePath() + "/"
272271

273272
for key, value in mods.items():

games/game_raid2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def executables(self):
158158
]
159159

160160
def dll_copy(self, mods: dict[str, mobase.ModState]):
161-
162161
game_path = self.dataDirectory().absolutePath() + "/"
163162

164163
for key, value in mods.items():

games/game_roadtovostok.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def __init__(self, organizer: mobase.IOrganizer):
1616
def dataLooksValid(
1717
self, filetree: mobase.IFileTree
1818
) -> mobase.ModDataChecker.CheckReturn:
19-
2019
if filetree.exists("mods", mobase.IFileTree.DIRECTORY) and not filetree.exists(
2120
"mod.txt", mobase.IFileTree.FILE
2221
):

0 commit comments

Comments
 (0)