Skip to content

Commit

Permalink
fix: Types
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Aug 16, 2024
1 parent d24f0b4 commit e3f6281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
GraphRemoveFileFromGraphResponse,
GraphUpdateResponse,
StreamingData,
Input
)
from writerai.types import File as SDKFile
from writerai.types import Graph as SDKGraph
from writerai.types.chat_chat_params import Message as WriterAIMessage
from writerai.types.application_generate_content_params import Input

from writer.core import get_app_process

Expand Down

0 comments on commit e3f6281

Please sign in to comment.