Skip to content

Commit

Permalink
use typing_extensions for Self (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin authored Jan 8, 2025
1 parent 8a4d56c commit 6e72cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xdsl_aie/dialects/aiex.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Self

from typing_extensions import Self
from xdsl.dialects.builtin import StringAttr
from xdsl.ir import Dialect, Region
from xdsl.irdl import (
Expand Down

0 comments on commit 6e72cf7

Please sign in to comment.