Commit 71357f920478c34f6f019fd606cce441018c6b5d

Authored by Sergio Oliveira
2 parents eee99892 c3703e7d

Merge pull request #77 from colab/flake8

Fixed flake8 for plugins/data/tasks.py
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
... ...