]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
dashboard/services: fix lint error
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 10 Sep 2019 11:27:13 +0000 (13:27 +0200)
committerKefu Chai <kchai@redhat.com>
Tue, 10 Sep 2019 14:47:56 +0000 (22:47 +0800)
```
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>
src/pybind/mgr/dashboard/services/progress.py

index ee095bf57f4ae94ea331219d337ba16e76be9a31..95a335828d412632b00c17164e181d77a207f1e2 100644 (file)
@@ -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)