Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Jun 24, 2022
1 parent 9ada614 commit 5974305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run_yamllint.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def front_matter(fileobj: typing.TextIO, filepath: str) -> str:
if delimiters == 2 or line.startswith("# "):
break
lines.append(line)

if delimiters == 0:
return ""
if delimiters == 2:
Expand Down

0 comments on commit 5974305

Please sign in to comment.