Skip to content

Commit 7d316c7

Browse files
committed
sort annotations
1 parent e9ee8a1 commit 7d316c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@ def __eq__(self, other: object) -> bool:
38223822

38233823

38243824
if sys.version_info >= (3,14):
3825-
from annotationlib import get_annotations, Format
3825+
from annotationlib import Format, get_annotations
38263826
else:
38273827
class Format(enum.IntEnum):
38283828
VALUE = 1

0 commit comments

Comments
 (0)