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.
2 parents 021ff84 + b6330fd commit 0104270Copy full SHA for 0104270
uncoder-core/app/translator/core/mapping.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
from abc import ABC, abstractmethod
4
-from typing import TYPE_CHECKING, Optional, TypeVar
+from typing import TYPE_CHECKING, Optional, TypeVar, Union
5
6
from app.translator.core.exceptions.core import StrictPlatformException
7
from app.translator.core.models.platform_details import PlatformDetails
0 commit comments