--- a/eric6/Plugins/CheckerPlugins/Tabnanny/Tabnanny.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/Tabnanny/Tabnanny.py Sat Jun 27 12:08:12 2020 +0200 @@ -18,8 +18,6 @@ @exception ValueError The tokenize module is too old. """ -from __future__ import unicode_literals - # Released to the public domain, by Tim Peters, 15 April 1998. # XXX Note: this is now a standard library module.