mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fixed PEP8
This commit is contained in:
+2
-1
@@ -219,7 +219,8 @@ class SchemaDiffTableCompare(SchemaDiffObjectCompare):
|
||||
'unique_constraint': ['col_count',
|
||||
'condeferrable',
|
||||
'condeffered',
|
||||
'columns', 'indnullsnotdistinct'],
|
||||
'columns',
|
||||
'indnullsnotdistinct'],
|
||||
'check_constraint': ['consrc'],
|
||||
'exclude_constraint': ['amname',
|
||||
'indconstraint',
|
||||
|
||||
Reference in New Issue
Block a user