summaryrefslogtreecommitdiff
path: root/tests/extensions
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 /tests/extensions
parent3509e57e907a21c05e42478a56610955206a86b9 (diff)
downloadpylint-git-154718cf610285be12cf72954ba7b88cda48eada.tar.gz
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/test_comparetozero.py1
-rw-r--r--tests/extensions/test_emptystring.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/extensions/test_comparetozero.py b/tests/extensions/test_comparetozero.py
index 3ee1f978c..602b703c9 100644
--- a/tests/extensions/test_comparetozero.py
+++ b/tests/extensions/test_comparetozero.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2016 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2016 Łukasz Rogalski <rogalski.91@gmail.com>
# Copyright (c) 2017-2018, 2020 Claudiu Popa <pcmanticore@gmail.com>
diff --git a/tests/extensions/test_emptystring.py b/tests/extensions/test_emptystring.py
index 690a6f1c1..4cfe6a072 100644
--- a/tests/extensions/test_emptystring.py
+++ b/tests/extensions/test_emptystring.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2016 Łukasz Rogalski <rogalski.91@gmail.com>
# Copyright (c) 2016 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2017-2018, 2020 Claudiu Popa <pcmanticore@gmail.com>