Skip to content

Commit cf2328d

Browse files
committed
Fixed PEP8
1 parent 4e52a86 commit cf2328d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/pgadmin/browser/server_groups/servers/databases/schemas/tables/schema_diff_table_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ def table_constraint_comp(source_table, target_table):
219219
'unique_constraint': ['col_count',
220220
'condeferrable',
221221
'condeffered',
222-
'columns', 'indnullsnotdistinct'],
222+
'columns',
223+
'indnullsnotdistinct'],
223224
'check_constraint': ['consrc'],
224225
'exclude_constraint': ['amname',
225226
'indconstraint',

0 commit comments

Comments
 (0)