Skip to content

Commit

Permalink
fix: 💚 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benshuk committed Nov 28, 2024
1 parent 5de2d8c commit a9f7d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ai21/models/responses/assistant_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from datetime import datetime
from typing import Optional, List, Literal, TypedDict
from typing import Optional, List, Literal

from typing_extensions import TypedDict

from ai21.models.ai21_base_model import AI21BaseModel

Expand Down

0 comments on commit a9f7d67

Please sign in to comment.