Lint: E203 whitespace before ':'

This commit is contained in:
Joshua Boniface 2020-11-07 12:29:12 -05:00
parent c7f629dffc
commit cbb65551be
1 changed files with 1 additions and 1 deletions

View File

@ -6337,7 +6337,7 @@ class API_Provisioner_Status_Element(Resource):
response['result'] = task.info['result']
else:
response = {
'state' : task.state,
'state': task.state,
'current': 1,
'total': 1,
'status': str(task.info)