Skip to content

Commit 4b12f5e

Browse files
chore: add missing import
1 parent f946de8 commit 4b12f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/anthropic/types/beta/messages/batch_create_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import List, Iterable
5+
from typing import List, Iterable, Optional
66
from typing_extensions import Required, Annotated, TypedDict
77

88
from ...._utils import PropertyInfo

0 commit comments

Comments
 (0)