Reformate le code

This commit is contained in:
2026-02-16 17:54:22 +01:00
parent 2eb8bc99a7
commit 729400e03d
2 changed files with 14 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ class Config:
"draft",
"author_name",
"author_mail",
"id"
"id",
}
def __init__(self, config_file: Path):