Skip to content

Commit

Permalink
fix: add metadataType in Project type (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodu authored Jan 6, 2023
1 parent dc0ed45 commit b40c7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kili/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class ProjectWithoutDataset(TypedDict, total=False):
interface: Dict
interfaceCompute: Dict
jsonInterface: Dict
metadataTypes: Dict
minConsensusSize: int
mlTasks: str
mlTasksCompute: str
Expand Down

0 comments on commit b40c7f3

Please sign in to comment.