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

@ -144,8 +144,8 @@ def getClusterInformation(zk_conn):
except KeyError:
ceph_osd_in = 0
up_texts = { 1: 'up', 0: 'down' }
in_texts = { 1: 'in', 0: 'out' }
up_texts = {1: 'up', 0: 'down' }
in_texts = {1: 'in', 0: 'out' }
if not ceph_osd_up or not ceph_osd_in:
ceph_osd_healthy_status[index] = False