Fix PEP-8 issue.

pull/25/head
Dave Page 2019-08-08 10:09:28 +01:00
parent c29275011a
commit 8331f62e1c
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ class BaseTableView(PGChildNodeView, BasePartitionTable):
# If changes are from table node # If changes are from table node
if 'name' not in c: if 'name' not in c:
c['name'] = old_data['name'] c['name'] = old_data['name']
# Sql to update object # Sql to update object
sql.append( sql.append(
render_template("/".join([ render_template("/".join([