Skip to content

Commit d7d3038

Browse files
dtmeadowsstainless-app[bot]
authored andcommitted
fix(internal): fix typing remapping
1 parent e684940 commit d7d3038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anthropic/types/beta/beta_base64_pdf_block_param.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from __future__ import annotations
44

5-
from .beta_request_document_block import BetaRequestDocumentBlock
5+
from .beta_request_document_block_param import BetaRequestDocumentBlockParam
66

7-
BetaBase64PDFBlockParam = BetaRequestDocumentBlock
7+
BetaBase64PDFBlockParam = BetaRequestDocumentBlockParam

0 commit comments

Comments
 (0)