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

pep8

parent f018be05
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ import json
import logging
import re
from celery import bootsteps, Task, group, states
from celery import bootsteps, Task, states
from celery.result import AsyncResult
from collections import defaultdict
......@@ -491,7 +491,7 @@ def launch_refresh_cache_all(config):
break
[x.get() 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.
Please register or to comment