Draft: Remove py2 references

This commit is contained in:
Chris Hennes
2022-11-07 22:13:41 -06:00
committed by Uwe
parent a64fef50bc
commit a4bb55a34e
3 changed files with 3 additions and 79 deletions

View File

@@ -153,9 +153,6 @@ class ToDo:
if ToDo.commitlist:
for name, func in ToDo.commitlist:
if six.PY2:
if isinstance(name, six.text_type):
name = name.encode("utf8")
if _DEBUG_inner:
_msg("Debug: committing.\n"
"name: {}\n".format(name))