Skip to content

Commit

Permalink
Add a TODO per python/typing#213
Browse files Browse the repository at this point in the history
  • Loading branch information
airallergy committed Apr 9, 2024
1 parent 48b00a1 commit 1501394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sober/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def _hype_ctrl_val(self) -> AnyModelModifierVal:

############################# package typing ##############################
# this technically belongs to _typing.py, but put here to avoid circular import
# TODO: use Intersection after python/typing#213
AnyIntegralModelModifier: TypeAlias = (
DiscreteModifier | CategoricalModifier | FunctionalModifier
)
Expand Down

0 comments on commit 1501394

Please sign in to comment.