diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-07 21:38:33 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-07 22:59:36 +0100 |
commit | e1a7f0afa8f8a55587b99eb6a3fde7d0510e6b49 (patch) | |
tree | 94ce76bd53e757922eaf60e574158b78120bcf0a /tests/messages | |
parent | a8fea87b9bc8c2a3e4a4ba5f13b94c1857726c67 (diff) | |
download | pylint-git-e1a7f0afa8f8a55587b99eb6a3fde7d0510e6b49.tar.gz |
Migrate func_logging_not_lazy_with_logger to new functional tests
Diffstat (limited to 'tests/messages')
-rw-r--r-- | tests/messages/func_logging_not_lazy_with_logger.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/messages/func_logging_not_lazy_with_logger.txt b/tests/messages/func_logging_not_lazy_with_logger.txt deleted file mode 100644 index 22e7bc6af..000000000 --- a/tests/messages/func_logging_not_lazy_with_logger.txt +++ /dev/null @@ -1,4 +0,0 @@ -W: 8: Use lazy % formatting in logging functions -W: 9: Use lazy % formatting in logging functions -W: 11: Use lazy % formatting in logging functions -W: 13: Use lazy % formatting in logging functions |