Skip to content

Commit

Permalink
chore: add missing __all__ definitions (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed May 28, 2024
1 parent d857640 commit 5021787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/anthropic/types/content_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

from .text_block import TextBlock

__all__ = ["ContentBlock"]

ContentBlock = TextBlock

0 comments on commit 5021787

Please sign in to comment.