Skip to content

Commit

Permalink
update(objects): for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emptybutton committed Oct 31, 2023
1 parent 3cb3da1 commit cd3880a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions act/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from act.aggregates import Access
from act.annotations import (
K, V, Pm, R, O, Union, CommentAnnotation, Annotation, TypeT, ActionT
K, V, Pm, R, O, F, Union, CommentAnnotation, Annotation, TypeT, ActionT
)
from act.atomization import fun
from act.contexting import (
Expand Down Expand Up @@ -516,7 +516,7 @@ def _for_setting(value: V) -> _filled[V] | _to_fill[V]:


@val
class constructor[O, F, V, R]:
class constructor:
_Actions = (
temp(value_of=Callable[O, V])
| temp(combine=Callable[[V, V], V])
Expand Down

0 comments on commit cd3880a

Please sign in to comment.