Skip to content

Commit 3f8a921

Browse files
committed
Replaced smart_text with smart_str
1 parent abdffea commit 3f8a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_elasticache/cluster_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
utils for discovery cluster
33
"""
44
from distutils.version import StrictVersion
5-
from django.utils.encoding import smart_text
5+
from django.utils.encoding import smart_str
66
import re
77
from telnetlib import Telnet
88

0 commit comments

Comments
 (0)