Skip to content

Commit

Permalink
Corrected black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAtOmenApps committed Mar 21, 2021
1 parent 9d36b30 commit c654f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_postgresql_dag/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def pre_save(new_edge):

if callable(pre_save):
rootside_edge = pre_save(rootside_edge)

rootside_edge.save()

if callable(post_save):
Expand All @@ -566,7 +566,7 @@ def pre_save(new_edge):
else:
edge.child.add_parent(node)

# Remove the original edge in the database. Still remains in memory, though, as noted above.
# Remove the original edge in the database. Still remains in memory, though, as noted above.
edge.delete()
return rootside_edge, leafside_edge

Expand Down

0 comments on commit c654f78

Please sign in to comment.