Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkrzem committed Oct 21, 2024
1 parent 3db4bfa commit d9da4c5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
branch_labels = None
depends_on = None

job_status = sa.Enum("done", "new", "cancelled", "processing", name="jobstatus")
job_status = sa.Enum(
"done", "new", "cancelled", "processing", name="jobstatus"
)


def upgrade() -> None:
Expand Down

0 comments on commit d9da4c5

Please sign in to comment.