mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Removed unneeded django_rq import
This commit is contained in:
parent
d3aabb0db3
commit
c5a1be3b8e
1 changed files with 0 additions and 6 deletions
|
|
@ -163,12 +163,6 @@ class Celery(BaseAsync):
|
|||
Async = Celery # backwards compatibility
|
||||
|
||||
|
||||
try:
|
||||
import django_rq
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
class RQ(BaseAsync):
|
||||
"""
|
||||
A backend that uses RQ to generate the images.
|
||||
|
|
|
|||
Loading…
Reference in a new issue