Commit 1a166d1d8af5fbf0831459877b41e60d72857ead
1 parent
9c502ce5
Exists in
master
and in
29 other branches
Removed unused import
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
colab/plugins/data/tasks.py
@@ -7,8 +7,6 @@ from django.conf import settings | @@ -7,8 +7,6 @@ from django.conf import settings | ||
7 | 7 | ||
8 | from colab.celery import app | 8 | from colab.celery import app |
9 | 9 | ||
10 | -from . import PluginDataImporter | ||
11 | - | ||
12 | LOGGER = logging.getLogger('colab.plugins.data') | 10 | LOGGER = logging.getLogger('colab.plugins.data') |
13 | TASKS = set() | 11 | TASKS = set() |
14 | 12 |