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 cc8c272 commit 994c5f7Copy full SHA for 994c5f7
1 file changed
src/dstack/_internal/core/models/common.py
@@ -1,9 +1,8 @@
1
import re
2
from enum import Enum
3
-from typing import Any, Callable, Union
+from typing import Any, Callable, Optional, Union
4
5
import orjson
6
-from git import Optional
7
from pydantic import Field
8
from pydantic_duality import DualBaseModel
9
from typing_extensions import Annotated
0 commit comments