Lint: E201 whitespace after '{'

This commit is contained in:
2020-11-07 12:38:31 -05:00
parent 292ccdd94e
commit e333f2b935
18 changed files with 415 additions and 415 deletions

View File

@@ -85,7 +85,7 @@ def get_config(store_data, cluster=None):
if os.path.isfile(cfgfile):
host, port, scheme, api_key = read_from_yaml(cfgfile)
else:
return { 'badcfg': True }
return {'badcfg': True }
# Handle an all-wildcard address
if host == '0.0.0.0':
host = '127.0.0.1'