From 154718cf610285be12cf72954ba7b88cda48eada Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 19 Feb 2021 21:13:34 +0100 Subject: Remove the # coding, since PEP3120 the default is UTF8 --- pylint/checkers/exceptions.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pylint/checkers/exceptions.py') 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) # Copyright (c) 2011-2014 Google, Inc. # Copyright (c) 2012 Tim Hatch -- cgit v1.2.1