We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9447fa5 commit 5a22d46Copy full SHA for 5a22d46
1 file changed
tests/test_workspace_assignment_fallback.py
@@ -59,7 +59,7 @@ def _resolve(
59
)
60
61
62
-_EMPTY_COMPOSER = {
+_EMPTY_COMPOSER: dict[str, object] = {
63
"fullConversationHeadersOnly": [],
64
"newlyCreatedFiles": [],
65
"codeBlockData": {},
0 commit comments