Skip to content

Commit

Permalink
import self from typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Dec 18, 2024
1 parent ca53e95 commit 2e5f614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xdsl_aie/dialects/aie.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
from __future__ import annotations

from collections.abc import Iterable, Sequence
from typing import Generic, Self
from typing import Generic

from typing_extensions import Self
from xdsl.dialects import builtin
from xdsl.dialects.builtin import (
I32,
Expand Down

0 comments on commit 2e5f614

Please sign in to comment.