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 c2c3519 commit aabd439Copy full SHA for aabd439
src/fastapi_cloud_cli/utils/api.py
@@ -48,7 +48,7 @@ class BuildLogLineMessage(BaseModel):
48
49
BuildLogLine = Union[BuildLogLineMessage, BuildLogLineGeneric]
50
BuildLogAdapter = TypeAdapter[BuildLogLine](
51
- Annotated[BuildLogLine, Field(discriminator="type")]
+ Annotated[BuildLogLine, Field(discriminator="type")] # type: ignore
52
)
53
54
0 commit comments