Skip to content

Commit

Permalink
use typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed May 14, 2024
1 parent 400fe75 commit d132e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l2m2/model_info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Information about models and providers supported by L2M2."""

from typing import Dict, TypedDict, Union
from typing_extensions import NotRequired, TypeVar, Generic, Literal
from typing import Dict, Union
from typing_extensions import TypedDict, NotRequired, TypeVar, Generic, Literal
import sys


Expand Down

0 comments on commit d132e44

Please sign in to comment.