From 5ba91e629dfd89ba3d3931d7f572a3c6e1b6ee5a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:50:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_app.py | 1 + tests/test_slack_command_bot_component.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_app.py b/tests/test_app.py index f6170bc..288edc6 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -5,6 +5,7 @@ 3. in run_once, come up with a way to verify the behavior you wanted. run_once runs your app through one cycle of the event loop and then terminates """ + import io import os from contextlib import redirect_stdout diff --git a/tests/test_slack_command_bot_component.py b/tests/test_slack_command_bot_component.py index fe4f75c..8ad2395 100644 --- a/tests/test_slack_command_bot_component.py +++ b/tests/test_slack_command_bot_component.py @@ -3,6 +3,7 @@ 1. Init the component. 2. call .run() """ + import threading import time