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:
Willem Jan Withagen 2019-09-10 13:27:13 +02:00 committed by Kefu Chai
parent 45b017f8cd
commit f56a8eb689

View 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)