summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r--pylint/utils/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py
index 1faba9ae8..5605ecd06 100644
--- a/pylint/utils/utils.py
+++ b/pylint/utils/utils.py
@@ -3,8 +3,6 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
-from __future__ import print_function
-
import codecs
import re
import sys