Skip to content

Commit

Permalink
chore(formatting): misc fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis committed May 27, 2024
1 parent afe3c87 commit fbad5a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/anthropic/types/content_block.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .text_block import TextBlock

ContentBlock = TextBlock
1 change: 0 additions & 1 deletion src/anthropic/types/message_delta_usage.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

__all__ = ["MessageDeltaUsage"]
Expand Down
1 change: 0 additions & 1 deletion src/anthropic/types/usage.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

__all__ = ["Usage"]
Expand Down

0 comments on commit fbad5a0

Please sign in to comment.