Commit
71357f920478c34f6f019fd606cce441018c6b5d
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
Merge pull request #77 from colab/flake8
Fixed flake8 for plugins/data/tasks.py
| @@ -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 |