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 e78725d commit a474ccfCopy full SHA for a474ccf
premerge/advisor/advisor_lib.py
@@ -24,7 +24,7 @@ class FailureUpload(TypedDict):
24
platform: str
25
26
27
-class TestExplanationRequest[TypedDict]:
+class TestExplanationRequest(TypedDict):
28
base_commit_sha: str
29
failures: list[TestFailure]
30
0 commit comments