Skip to content

Commit

Permalink
chore(internal): minor import restructuring (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot authored and stainless-app[bot] committed Jul 15, 2024
1 parent 8ca98a9 commit 10ee639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/anthropic/resources/completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
from .._resource import SyncAPIResource, AsyncAPIResource
from .._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
from .._streaming import Stream, AsyncStream
from .._base_client import (
make_request_options,
)
from .._base_client import make_request_options
from ..types.completion import Completion

__all__ = ["Completions", "AsyncCompletions"]
Expand Down
4 changes: 1 addition & 3 deletions src/anthropic/resources/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
from .._resource import SyncAPIResource, AsyncAPIResource
from .._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
from .._streaming import Stream, AsyncStream
from .._base_client import (
make_request_options,
)
from ..lib.streaming import MessageStreamManager, AsyncMessageStreamManager
from .._base_client import make_request_options
from ..types.message import Message
from ..types.tool_param import ToolParam
from ..types.message_param import MessageParam
Expand Down

0 comments on commit 10ee639

Please sign in to comment.