mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Format code
This commit is contained in:
parent
4c31e8cd70
commit
d617d8c32a
@ -57,7 +57,9 @@ class UnlistTitles(Rule):
|
||||
fileparts: List[Match] = matches.markers.named("path") # type: ignore
|
||||
|
||||
for part in fileparts:
|
||||
titles: List[Match] = matches.range(part.start, part.end, lambda x: x.name == "title") # type: ignore
|
||||
titles: List[Match] = matches.range(
|
||||
part.start, part.end, lambda x: x.name == "title"
|
||||
) # type: ignore
|
||||
|
||||
if not titles or len(titles) <= 1:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user