mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
dashboard/services: fix lint error
``` lint run-test: commands[0] | flake8 many blank lines (3) 1 E303 too many blank lines (3) ``` Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
45b017f8cd
commit
f56a8eb689
@ -43,7 +43,6 @@ def _progress_event_to_dashboard_task_common(event, task):
|
||||
})
|
||||
|
||||
|
||||
|
||||
def _progress_event_to_dashboard_task(event, completed=False):
|
||||
task = {}
|
||||
_progress_event_to_dashboard_task_common(event, task)
|
||||
|
Loading…
Reference in New Issue
Block a user