Skip to content

Commit 994c5f7

Browse files
committed
Fix import
1 parent cc8c272 commit 994c5f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/dstack/_internal/core/models/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import re
22
from enum import Enum
3-
from typing import Any, Callable, Union
3+
from typing import Any, Callable, Optional, Union
44

55
import orjson
6-
from git import Optional
76
from pydantic import Field
87
from pydantic_duality import DualBaseModel
98
from typing_extensions import Annotated

0 commit comments

Comments
 (0)