Skip to content

Commit

Permalink
Reviews from Eduardo
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 11, 2024
1 parent d6468b6 commit ada05ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flytepropeller/pkg/compiler/validators/typing.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ type trivialChecker struct {
}

func removeTitleFieldFromProperties(schema map[string]*structpb.Value) {
// TODO: Explain why we need this
// TODO: givse me example about dataclass vs. Pydantic BaseModel
properties, ok := schema["properties"]
if !ok {
return
Expand Down

0 comments on commit ada05ed

Please sign in to comment.