Commit 1a166d1d8af5fbf0831459877b41e60d72857ead

Authored by Sergio Oliveira
1 parent 9c502ce5

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 7  
8 8 from colab.celery import app
9 9  
10   -from . import PluginDataImporter
11   -
12 10 LOGGER = logging.getLogger('colab.plugins.data')
13 11 TASKS = set()
14 12  
... ...