You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function `get_quant_properties` can return `None`, which was not
reflected in its return type annotation. This could cause type checker
warnings or incorrect assumptions about its return value.
Update the return type from `_OpQuantProperties` to
`_OpQuantProperties | None` to correctly represent the possible outputs.
Change-Id: I1f360ab1b9dcda119473f17a3eb46ffbaeba831c
Signed-off-by: Sebastian Larsson <[email protected]>
0 commit comments