Skip to content

Commit

Permalink
chore(internal): minor reformatting (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Apr 26, 2024
1 parent 553e955 commit de4b2e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/anthropic/types/message_delta_usage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

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



from .._models import BaseModel

__all__ = ["Usage"]
Expand Down
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

from anthropic import Anthropic, AsyncAnthropic, APIResponseValidationError
from anthropic._types import Omit
from anthropic._client import Anthropic, AsyncAnthropic
from anthropic._models import BaseModel, FinalRequestOptions
from anthropic._constants import RAW_RESPONSE_HEADER
from anthropic._streaming import Stream, AsyncStream
Expand Down

0 comments on commit de4b2e0

Please sign in to comment.