Skip to content

Commit 115665e

Browse files
dgellowstainless-app[bot]
authored andcommitted
chore: fix lint issues
1 parent 9843a8e commit 115665e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, Literal, Iterable
66
from typing_extensions import Required, Annotated, TypedDict
77

88
from ...._utils import PropertyInfo

0 commit comments

Comments
 (0)