From 97bcfeca0b7c6cdfa185609affced2fb50ebdfe0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:39:21 +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