We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84e835 commit 41b5c7aCopy full SHA for 41b5c7a
1 file changed
harp/model.py
@@ -5,8 +5,7 @@
5
from __future__ import annotations
6
7
from enum import Enum
8
-from typing import Dict, List, Optional, Union
9
-from typing_extensions import Annotated
+from typing import Dict, List, Optional, Union, Annotated
10
11
from pydantic import (
12
BaseModel,
0 commit comments