Skip to content

Commit 2ce5812

Browse files
committed
Fix imports in ovms adapter
1 parent b0e00d9 commit 2ce5812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

model_api/python/model_api/adapters/ovms_adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#
55

6+
from __future__ import annotations # TODO: remove when Python3.9 support is dropped
7+
68
import re
79
from typing import Any, Callable
810

0 commit comments

Comments
 (0)