__unicode__ not used in Python 3

This commit is contained in:
Hugo
2019-10-20 12:04:33 +03:00
parent e4ac50260e
commit 088b916bab
-3
View File
@@ -158,9 +158,6 @@ class _InvalidValue:
def __str__(self):
return ""
def __unicode__(self):
return ""
def __repr__(self):
return "<INVALID>"