mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
chore: ruff fmt
This commit is contained in:
parent
319d569ad8
commit
d6f0eb0fff
|
@ -6,6 +6,4 @@ def test_warn_deprecation(mocker):
|
||||||
mocker.patch.object(deprecated, "warn")
|
mocker.patch.object(deprecated, "warn")
|
||||||
|
|
||||||
warn_deprecation("OH!")
|
warn_deprecation("OH!")
|
||||||
deprecated.warn.assert_called_with(
|
deprecated.warn.assert_called_with("OH!", stacklevel=2, category=DeprecationWarning)
|
||||||
"OH!", stacklevel=2, category=DeprecationWarning
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user