Commit
c3703e7de89be5251e469da19643769a9e0ccbf4
Exists in
master
and in
14 other branches
1.12.x, change-passwd-signal, colab_search, colab_tag, fix-dashboard, fix-message-preview, go_to_profile_panel, mobile_user_scalable, paginate-threads, removing_namespace, search_block, search_filters, timestamp_plugins, validate-passwd
Fixed flake8 for plugins/data/tasks.py
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
| @@ -3,8 +3,6 @@ |
| @@ -3,8 +3,6 @@ |
3
| import importlib |
3
| import importlib |
4
| import logging |
4
| import logging |
5
| |
5
| |
6
| -import redis |
| |
7
| - |
| |
8
| from django.conf import settings |
6
| from django.conf import settings |
9
| |
7
| |
10
| from colab.celery import app |
8
| from colab.celery import app |