diff --git a/imagekit/lib.py b/imagekit/lib.py index 12460c9..5a4240b 100644 --- a/imagekit/lib.py +++ b/imagekit/lib.py @@ -39,7 +39,6 @@ except ImportError: # This function will replace `unicode` used in the code # If Django version is under 1.5 then use `force_unicde` # It is used for compatibility between Python 2 and Python 3 -# NOTE: I'm not sure if this is the right place. Maybe this can be in `utils`. try: from django.utils.encoding import force_text, force_bytes, smart_text except ImportError: