diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-19 21:13:34 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-21 15:36:16 +0100 |
commit | 154718cf610285be12cf72954ba7b88cda48eada (patch) | |
tree | 915b95701243ffc1c36c3c9c394fc84d3292cf0a /tests/unittest_pyreverse_writer.py | |
parent | 3509e57e907a21c05e42478a56610955206a86b9 (diff) | |
download | pylint-git-154718cf610285be12cf72954ba7b88cda48eada.tar.gz |
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'tests/unittest_pyreverse_writer.py')
-rw-r--r-- | tests/unittest_pyreverse_writer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittest_pyreverse_writer.py b/tests/unittest_pyreverse_writer.py index 814bf37d1..90fbcbe55 100644 --- a/tests/unittest_pyreverse_writer.py +++ b/tests/unittest_pyreverse_writer.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2008, 2010, 2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2014-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Google, Inc. |