From 0980db4777ecb2bb445a90550470836f733679df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:19:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_basic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_basic.py b/tests/test_basic.py index d17a179..5c2b10f 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -59,4 +59,3 @@ def dummy_callback(data): result = publisher.unsubscribe(callback_id) assert result == False -