Skip to content

Commit 41b5c7a

Browse files
committed
Avoid importing typing_extensions
1 parent c84e835 commit 41b5c7a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

harp/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from __future__ import annotations
66

77
from enum import Enum
8-
from typing import Dict, List, Optional, Union
9-
from typing_extensions import Annotated
8+
from typing import Dict, List, Optional, Union, Annotated
109

1110
from pydantic import (
1211
BaseModel,

0 commit comments

Comments
 (0)