Skip to content

Commit

Permalink
Fixed PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Mar 4, 2025
1 parent 4e52a86 commit cf2328d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ def table_constraint_comp(source_table, target_table):
'unique_constraint': ['col_count',
'condeferrable',
'condeffered',
'columns', 'indnullsnotdistinct'],
'columns',
'indnullsnotdistinct'],
'check_constraint': ['consrc'],
'exclude_constraint': ['amname',
'indconstraint',
Expand Down

0 comments on commit cf2328d

Please sign in to comment.