diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-17 20:54:28 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-17 21:14:30 +0100 |
commit | a20c4de75bcd7ca44fae627c9783e998c79b86b2 (patch) | |
tree | d8227a3fac0c465b8cbc28e2be36a53e6f93c341 /tests/functional/p | |
parent | bbe9c44f0736d32307bcfa9f5f760eb6fabb7ca2 (diff) | |
download | pylint-git-a20c4de75bcd7ca44fae627c9783e998c79b86b2.tar.gz |
Cleanup unwanted 'use-symbolic-message-instead' in functional tests
Diffstat (limited to 'tests/functional/p')
-rw-r--r-- | tests/functional/p/pragma_after_backslash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/p/pragma_after_backslash.py b/tests/functional/p/pragma_after_backslash.py index 05fa0f6ae..b7ccd74d3 100644 --- a/tests/functional/p/pragma_after_backslash.py +++ b/tests/functional/p/pragma_after_backslash.py @@ -7,4 +7,4 @@ class Foo: def meth3(self): """test one line disabling""" print(self.bla) \ - # pylint: disable=E1101 + # pylint: disable=no-member |