summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/not_checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/refactoring/not_checker.py')
-rw-r--r--pylint/checkers/refactoring/not_checker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pylint/checkers/refactoring/not_checker.py b/pylint/checkers/refactoring/not_checker.py
index 95cee4b2d..e48a7eaae 100644
--- a/pylint/checkers/refactoring/not_checker.py
+++ b/pylint/checkers/refactoring/not_checker.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