B018 false positive

This commit is contained in:
Kien Dang 2023-08-05 14:05:52 +08:00
parent 28f5478b4e
commit fc333f3ec9

View File

@ -23,7 +23,7 @@ def test_graphql_test_case_deprecated_client_getter():
tc.setUpClass()
with pytest.warns(PendingDeprecationWarning):
tc._client
tc._client # noqa: B018
@with_local_registry