stop Python Black complain again

This commit is contained in:
WilliamWsyHK 2024-04-02 23:34:45 +08:00
parent 9202314aa3
commit b4a3f8fa47

View File

@ -370,7 +370,9 @@ class LogAnalyser:
raise NotImplementedError(key)
def __get_mods(self):
mods_regex = re.compile(r"Found\s(enabled|disabled)?\s?mod\s\'(.+?)\'\s(\[.+?\])")
mods_regex = re.compile(
r"Found\s(enabled|disabled)?\s?mod\s\'(.+?)\'\s(\[.+?\])"
)
matches = re.findall(mods_regex, self._log_text)
if matches:
mods = [