We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e00d9 commit 2ce5812Copy full SHA for 2ce5812
model_api/python/model_api/adapters/ovms_adapter.py
@@ -3,6 +3,8 @@
3
# SPDX-License-Identifier: Apache-2.0
4
#
5
6
+from __future__ import annotations # TODO: remove when Python3.9 support is dropped
7
+
8
import re
9
from typing import Any, Callable
10
0 commit comments