Skip to content

Commit

Permalink
Fix redis import error - otherwise it tries to import itself?
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Nov 15, 2019
1 parent 7fc8ba2 commit ab6cf89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/lib/redis.py
Expand Up @@ -5,6 +5,8 @@
.. versionadded:: 2.7
'''
from __future__ import absolute_import

import logging

from redis import ConnectionPool, Redis
Expand Down

0 comments on commit ab6cf89

Please sign in to comment.