Skip to content

Commit

Permalink
remove ModelValuesT
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Drebenstedt <[email protected]>
Signed-off-by: rababerladuseladim <[email protected]>
  • Loading branch information
rababerladuseladim and cutoffthetop authored Dec 15, 2023
1 parent 18fc255 commit ff5c08d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mex/common/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from mex.common.types import Identifier

ModelValuesT = TypeVar("ModelValuesT", bound=dict[str, Any])
RawModelDataT = TypeVar("RawModelDataT")


Expand Down

0 comments on commit ff5c08d

Please sign in to comment.