Skip to content

Commit

Permalink
chore: ruff fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Sep 29, 2024
1 parent 319d569 commit d6f0eb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphene/utils/tests/test_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ def test_warn_deprecation(mocker):
mocker.patch.object(deprecated, "warn")

warn_deprecation("OH!")
deprecated.warn.assert_called_with(
"OH!", stacklevel=2, category=DeprecationWarning
)
deprecated.warn.assert_called_with("OH!", stacklevel=2, category=DeprecationWarning)

0 comments on commit d6f0eb0

Please sign in to comment.