Skip to content

Commit

Permalink
style: black
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Dec 30, 2023
1 parent 72b947d commit 78a91ce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ def upgrade():
)
else:
# already renamed
assert foreign_key_exists("timed_belief", "timed_belief_source_id_data_source_fkey")
assert foreign_key_exists(
"timed_belief", "timed_belief_source_id_data_source_fkey"
)


def downgrade():
Expand Down

0 comments on commit 78a91ce

Please sign in to comment.