diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-05-19 12:49:34 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-05-19 12:49:34 -0400 |
commit | 7f8dd68dd6da360374603f3a352c07713a3b082d (patch) | |
tree | b7284006f6682f237ae5fbaf490c9e43d035dfcb /tests | |
parent | 60f86b82ffe6ff40889f24ae8d25e338da2a92b7 (diff) | |
download | python-coveragepy-git-7f8dd68dd6da360374603f3a352c07713a3b082d.tar.gz |
Update pylint
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py index 6f38fc94..1256694a 100644 --- a/tests/test_phystokens.py +++ b/tests/test_phystokens.py @@ -285,5 +285,5 @@ class CompileUnicodeTest(CoverageTest): def test_double_coding_declaration(self): # Build this string in a weird way so that actual vim's won't try to # interpret it... - uni = u"# -*- coding:utf-8 -*-\n# v" "im: fileencoding=utf-8\n" + uni = u"# -*- coding:utf-8 -*-\n# v" + "im: fileencoding=utf-8\n" self.assert_compile_unicode(uni) |