Skip to content

Commit

Permalink
fix(lint): format
Browse files Browse the repository at this point in the history
  • Loading branch information
David Meadows committed Sep 24, 2024
1 parent 247eef8 commit 9ce59b1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/writerai/resources/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ..types import file_list_params, file_retry_params
from .._types import NOT_GIVEN, Body, Query, Headers, NotGiven, FileTypes
from .._utils import maybe_transform
from .._utils import maybe_transform, async_maybe_transform
from .._compat import cached_property
from .._resource import SyncAPIResource, AsyncAPIResource
from .._response import (
Expand Down
1 change: 0 additions & 1 deletion src/writerai/types/chat_streaming_data.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 .chat import Chat
from .._models import BaseModel

Expand Down
1 change: 0 additions & 1 deletion src/writerai/types/file_delete_response.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__ = ["FileDeleteResponse"]
Expand Down
1 change: 0 additions & 1 deletion src/writerai/types/graph_delete_response.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__ = ["GraphDeleteResponse"]
Expand Down
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__ = ["GraphRemoveFileFromGraphResponse"]
Expand Down

0 comments on commit 9ce59b1

Please sign in to comment.