mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-06 13:23:14 +03:00
B018 false positive
This commit is contained in:
parent
28f5478b4e
commit
fc333f3ec9
|
@ -23,7 +23,7 @@ def test_graphql_test_case_deprecated_client_getter():
|
||||||
tc.setUpClass()
|
tc.setUpClass()
|
||||||
|
|
||||||
with pytest.warns(PendingDeprecationWarning):
|
with pytest.warns(PendingDeprecationWarning):
|
||||||
tc._client
|
tc._client # noqa: B018
|
||||||
|
|
||||||
|
|
||||||
@with_local_registry
|
@with_local_registry
|
||||||
|
|
Loading…
Reference in New Issue
Block a user