Skip to content

Commit 3181876

Browse files
committed
style: run formatter
1 parent 67b064c commit 3181876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_cli_auto_detects_asgi_decorator(monkeypatch, log_execution_id):
150150
"""Test that CLI auto-detects @aio decorated functions without --asgi flag."""
151151
if log_execution_id:
152152
monkeypatch.setenv("LOG_EXECUTION_ID", log_execution_id)
153-
153+
154154
# Use the actual async_decorator.py test file which has @aio.http decorated functions
155155
test_functions_dir = pathlib.Path(__file__).parent / "test_functions" / "decorators"
156156
source = test_functions_dir / "async_decorator.py"

0 commit comments

Comments
 (0)