Skip to content

Commit 5a22d46

Browse files
committed
fix: type check error
1 parent 9447fa5 commit 5a22d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_workspace_assignment_fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _resolve(
5959
)
6060

6161

62-
_EMPTY_COMPOSER = {
62+
_EMPTY_COMPOSER: dict[str, object] = {
6363
"fullConversationHeadersOnly": [],
6464
"newlyCreatedFiles": [],
6565
"codeBlockData": {},

0 commit comments

Comments
 (0)