Skip to content

Commit

Permalink
Replace Deprecated abc Decorators (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
  • Loading branch information
pixeebot[bot] authored Nov 8, 2024
1 parent b00ec0c commit 5155112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jax_triton/experimental/fusion/jaxpr_rewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

class Node(matcher.Pattern, metaclass=abc.ABCMeta):

@abc.abstractproperty
@property
@abc.abstractmethod
def parents(self) -> list[Node]:
...

Expand Down

0 comments on commit 5155112

Please sign in to comment.