Skip to content

Commit e447557

Browse files
authored
Make flake8 happy again
1 parent e36f4eb commit e447557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/dashboard/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def get(self):
121121
monitor_status = CephClusterCommand(cluster, prefix='quorum_status', format='json')
122122
cluster_status['monmap'] = monitor_status['monmap']
123123

124-
125124
# check for unhealthy osds and get additional osd infos from cluster
126125
total_osds = cluster_status['osdmap']['osdmap']['num_osds']
127126
in_osds = cluster_status['osdmap']['osdmap']['num_up_osds']

0 commit comments

Comments
 (0)