summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_refactoring.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-19 21:13:34 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-21 15:36:16 +0100
commit154718cf610285be12cf72954ba7b88cda48eada (patch)
tree915b95701243ffc1c36c3c9c394fc84d3292cf0a /tests/checkers/unittest_refactoring.py
parent3509e57e907a21c05e42478a56610955206a86b9 (diff)
downloadpylint-git-154718cf610285be12cf72954ba7b88cda48eada.tar.gz
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'tests/checkers/unittest_refactoring.py')
-rw-r--r--tests/checkers/unittest_refactoring.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/checkers/unittest_refactoring.py b/tests/checkers/unittest_refactoring.py
index 29bce1327..2a0ca99e2 100644
--- a/tests/checkers/unittest_refactoring.py
+++ b/tests/checkers/unittest_refactoring.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
# 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