From c28129c1f2c49ccbdef9640482b036a1998e4f4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:33:00 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- tests/builtin_plugins/check/test_check.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/builtin_plugins/check/test_check.py b/tests/builtin_plugins/check/test_check.py index 7e236495..370e6ad6 100644 --- a/tests/builtin_plugins/check/test_check.py +++ b/tests/builtin_plugins/check/test_check.py @@ -1,4 +1,3 @@ - from collections.abc import Callable from pathlib import Path import platform @@ -230,7 +229,3 @@ async def test_check_arm( mock_template_to_pic.assert_awaited_once() mock_build_message.assert_called_once_with(mock_template_to_pic_return) mock_build_message_return.send.assert_awaited_once() - - - -