Commit c3703e7de89be5251e469da19643769a9e0ccbf4

Authored by Lucas Moura
1 parent eee99892

Fixed flake8 for plugins/data/tasks.py

Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
colab/plugins/data/tasks.py
... ... @@ -3,8 +3,6 @@
3 3 import importlib
4 4 import logging
5 5  
6   -import redis
7   -
8 6 from django.conf import settings
9 7  
10 8 from colab.celery import app
... ...