Passe black pour unifier le code

This commit is contained in:
Florestan Bredow
2025-06-03 17:37:55 +02:00
parent 13c72b8066
commit e4b6b80fdb
2 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ class Page:
# if name == date:
# return datetime(self.meta['date'], "%Y-%m-%d")
return self.meta[name]
def _extract_meta_and_markdown(self, content: str) -> list: