Skip to content

Commit da3eba7

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-beartype
2 parents 33549cc + ac4c244 commit da3eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TargetDict(TypedDict):
2929
width: float
3030
image_base64: str
3131
active_flag: bool
32-
processing_time_seconds: int | float
32+
processing_time_seconds: SupportsFloat
3333
application_metadata: str | None
3434
target_id: str
3535
last_modified_date: str

0 commit comments

Comments
 (0)