Skip to content

Commit 0f28f5b

Browse files
committed
Fixed mypy issue
1 parent e7516ed commit 0f28f5b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/wcgw/client/tools.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1242,9 +1242,7 @@ def get_tool_output(
12421242
# At this point we should go into the docker env
12431243
res, _ = execute_bash(
12441244
enc,
1245-
BashInteraction(
1246-
send_text=f"export PS1={PROMPT}", type="BashInteraction"
1247-
),
1245+
BashInteraction(send_text=f"export PS1={PROMPT}"),
12481246
None,
12491247
0.2,
12501248
)

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)