Stricter pylint message control (#86154)

This commit is contained in:
Franck Nijhof 2023-01-20 13:47:55 +01:00 committed by GitHub
parent 29b2b6727e
commit 79b52a2b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 112 additions and 133 deletions

View file

@ -72,7 +72,7 @@ def get_mock_call_fixture(request):
if request.param == influxdb.API_VERSION_2:
return lambda body, precision=None: v2_call(body, precision)
# pylint: disable=unnecessary-lambda
# pylint: disable-next=unnecessary-lambda
return lambda body, precision=None: call(body, time_precision=precision)