Skip to content

Commit

Permalink
CatType's id as non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaLiPKU committed May 10, 2021
1 parent 63f410f commit 072d86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalabel/label/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ class CatType(TypedDict):

name: str
tracking: bool
id: Optional[int]
id: int
supercategory: Optional[str]

0 comments on commit 072d86d

Please sign in to comment.