Skip to content

Commit 4a35930

Browse files
add annotations
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent 3e3b1f7 commit 4a35930

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

model_api/python/model_api/adapters/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
limitations under the License.
1414
"""
1515

16+
from __future__ import annotations # TODO: remove when Python3.9 support is dropped
17+
1618
import math
1719
from functools import partial
1820

model_api/python/model_api/models/segmentation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
limitations under the License.
1414
"""
1515

16+
from __future__ import annotations # TODO: remove when Python3.9 support is dropped
17+
1618
from collections.abc import Iterable
1719

1820
import cv2

0 commit comments

Comments
 (0)