Fixed pep8 issue

pull/14/head
Akshay Joshi 2018-10-15 17:41:21 +05:30
parent fd2c2c4ff7
commit ef0e53e8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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]