Skip to content

Commit

Permalink
chore(internal): update formatting (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 16, 2024
1 parent 113b6ac commit 565dfcd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/anthropic/types/content_block_delta_event.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .raw_content_block_delta_event import RawContentBlockDeltaEvent

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



from .raw_content_block_start_event import RawContentBlockStartEvent

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



from .raw_content_block_stop_event import RawContentBlockStopEvent

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



from .raw_message_delta_event import RawMessageDeltaEvent

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



from .._models import BaseModel

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



from .raw_message_start_event import RawMessageStartEvent

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



from .raw_message_stop_event import RawMessageStopEvent

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



from .raw_message_stream_event import RawMessageStreamEvent

__all__ = ["MessageStreamEvent"]
Expand Down
1 change: 1 addition & 0 deletions src/anthropic/types/usage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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 565dfcd

Please sign in to comment.