format: Apply Black formatter to the codebase (#127)

This commit is contained in:
VitaminB16
2024-03-11 04:36:27 +00:00
committed by GitHub
parent e8b4b376b8
commit 94d8f555fd
11 changed files with 524 additions and 208 deletions

View File

@@ -1,10 +1,12 @@
from __future__ import annotations
from ..jobs import (
Enum,
BaseModel,
JobType,
JobResponse,
Country,
DescriptionFormat
DescriptionFormat,
)