Skip to content

Commit a4aeeaa

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent cd3edaf commit a4aeeaa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

games/game_sts2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ def _has_mod_files(self, filetree: mobase.FileTreeEntry) -> bool:
2020
for entry in filetree
2121
)
2222

23-
def dataLooksValid(self, filetree: mobase.IFileTree) -> mobase.ModDataChecker.CheckReturn:
23+
def dataLooksValid(
24+
self, filetree: mobase.IFileTree
25+
) -> mobase.ModDataChecker.CheckReturn:
2426
if self._has_mod_files(filetree):
2527
return mobase.ModDataChecker.VALID
2628
if any(entry.isDir() and self._has_mod_files(entry) for entry in filetree):

0 commit comments

Comments
 (0)