summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.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 /pylint/checkers/exceptions.py
parent3509e57e907a21c05e42478a56610955206a86b9 (diff)
downloadpylint-git-154718cf610285be12cf72954ba7b88cda48eada.tar.gz
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'pylint/checkers/exceptions.py')
-rw-r--r--pylint/checkers/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/exceptions.py b/pylint/checkers/exceptions.py
index 3e683fa02..b4683d1b6 100644
--- a/pylint/checkers/exceptions.py
+++ b/pylint/checkers/exceptions.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2006-2011, 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2011-2014 Google, Inc.
# Copyright (c) 2012 Tim Hatch <tim@timhatch.com>