Skip to content
Snippets Groups Projects
Commit 87430c1e authored by Robert Latta's avatar Robert Latta
Browse files

pep8

parent f018be05
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import json ...@@ -2,7 +2,7 @@ import json
import logging import logging
import re import re
from celery import bootsteps, Task, group, states from celery import bootsteps, Task, states
from celery.result import AsyncResult from celery.result import AsyncResult
from collections import defaultdict from collections import defaultdict
...@@ -491,7 +491,7 @@ def launch_refresh_cache_all(config): ...@@ -491,7 +491,7 @@ def launch_refresh_cache_all(config):
break break
[x.get() for x in subtasks] [x.get() for x in subtasks]
return [x.id for x in subtasks] return [x.id for x in subtasks]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment