'Refactored by Sourcery'

This commit is contained in:
Sourcery AI
2022-06-24 02:14:10 +00:00
parent 9ada614822
commit 59743055f9

View File

@@ -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: