mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fixed pep8 issue
This commit is contained in:
@@ -331,7 +331,7 @@ class SQLAutoComplete(object):
|
||||
if childtable not in meta[childschema] or \
|
||||
parenttable not in meta[parentschema] or \
|
||||
childcol not in meta[childschema][childtable] or \
|
||||
parcol not in meta[parentschema][parenttable]:
|
||||
parcol not in meta[parentschema][parenttable]:
|
||||
continue
|
||||
|
||||
childcolmeta = meta[childschema][childtable][childcol]
|
||||
|
||||
Reference in New Issue
Block a user