Skip to content

Commit fc333f3

Browse files
committed
B018 false positive
1 parent 28f5478 commit fc333f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/utils/tests/test_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def runTest(self):
2323
tc.setUpClass()
2424

2525
with pytest.warns(PendingDeprecationWarning):
26-
tc._client
26+
tc._client # noqa: B018
2727

2828

2929
@with_local_registry

0 commit comments

Comments
 (0)