Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f9d17e

Browse files
committed
Add Python 3 support
Removed unused imports, including one for urlparse that has been renamed in Python 3
1 parent d1a71a9 commit 1f9d17e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flask_redis.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
from redis import Redis as RedisClass
2-
import inspect
3-
import urlparse
4-
from werkzeug.utils import import_string
52

63
__all__ = ('Redis',)
74

0 commit comments

Comments
 (0)