Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

[pre-commit.ci] pre-commit suggestions #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Jul 1, 2024
commit 5ba91e629dfd89ba3d3931d7f572a3c6e1b6ee5a
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions tests/test_slack_command_bot_component.py
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
1. Init the component.
2. call .run()
"""

import threading
import time