Skip to content

Commit 82aaf17

Browse files
committed
style: fix ruff formatting in test file
1 parent 5d463ee commit 82aaf17

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/bedrock_agentcore/runtime/test_app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,5 @@ def otel_simulated_target():
27482748
assert app._worker_loop.is_running()
27492749

27502750
# Verify the loop can actually execute work
2751-
future = asyncio.run_coroutine_threadsafe(
2752-
asyncio.sleep(0, result="otel_ok"), app._worker_loop
2753-
)
2751+
future = asyncio.run_coroutine_threadsafe(asyncio.sleep(0, result="otel_ok"), app._worker_loop)
27542752
assert future.result(timeout=5) == "otel_ok"

0 commit comments

Comments
 (0)