Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent c99b5f4 commit 97bcfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/test_slack_command_bot_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1. Init the component.
2. call .run()
"""

import threading
import time

Expand Down

0 comments on commit 97bcfec

Please sign in to comment.