From fca5eaa258669e581cb50626853b010c9fc6bd61 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 13 Aug 2019 20:31:48 -0700 Subject: [PATCH] Remove unnecessary u prefix The contains 'from __future__ import unicode_literals' so the u-prefix can be removed. --- htmlmin/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlmin/tests/tests.py b/htmlmin/tests/tests.py index c54d656..dd9b6de 100644 --- a/htmlmin/tests/tests.py +++ b/htmlmin/tests/tests.py @@ -223,7 +223,7 @@ ), 'convert_charrefs': ( '', - u'', + '', ), 'convert_charrefs_false': ( '',