From 9edd9a374e488c828a0d44a1a1d15cd1861b68a7 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:15:20 -0400 Subject: [PATCH] chore: Run ruff check . --- tests/test_decorators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_decorators.py b/tests/test_decorators.py index c9a50ae..fb2671c 100644 --- a/tests/test_decorators.py +++ b/tests/test_decorators.py @@ -146,7 +146,6 @@ def test_finally(nack): discard(default_decode, closes, "state", "channel", method, properties, b'"body"') - global opened assert opened is False