Skip to content

Commit

Permalink
Replaced smart_text with smart_str
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Shutik committed Feb 6, 2024
1 parent abdffea commit 3f8a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_elasticache/cluster_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
utils for discovery cluster
"""
from distutils.version import StrictVersion
from django.utils.encoding import smart_text
from django.utils.encoding import smart_str
import re
from telnetlib import Telnet

Expand Down

0 comments on commit 3f8a921

Please sign in to comment.