diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-17 23:12:19 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-21 19:06:16 +0100 |
commit | d0818815b39f99388539314932ba6718f43e58bb (patch) | |
tree | c735bcd87e2b1c54b32202b461430075050595fb /tests/unittest_python3.py | |
parent | 75be17818872dea083b66c9531c087a2ce636d23 (diff) | |
download | astroid-git-d0818815b39f99388539314932ba6718f43e58bb.tar.gz |
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'tests/unittest_python3.py')
-rw-r--r-- | tests/unittest_python3.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittest_python3.py b/tests/unittest_python3.py index 8d6eb7bf..4bcf4819 100644 --- a/tests/unittest_python3.py +++ b/tests/unittest_python3.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2010, 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com> # Copyright (c) 2013-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> |