Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
YairGlik committed Jun 3, 2024
1 parent 2e3f72e commit d1bf07d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_valid(self, content_items: Iterable[ContentTypes]) -> List[ValidationResu
content_object=content_item,
)
for content_item in content_items
if bool(files_name:= self.check_separators_in_files(content_item))
if bool(files_name := self.check_separators_in_files(content_item))
]

def check_separators_in_files(self, content_item: ContentTypes) -> tuple:
Expand Down

0 comments on commit d1bf07d

Please sign in to comment.