Skip to content

Commit

Permalink
Switch to typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Feb 20, 2025
1 parent ccc37d5 commit 0e9e386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snaxc/dialects/dart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from collections.abc import Iterable, Mapping, Sequence
from typing import Generic, TypeVar
from typing import Generic

from typing_extensions import TypeVar
from xdsl.dialects.builtin import (
AffineMapAttr,
ArrayAttr,
Expand Down

0 comments on commit 0e9e386

Please sign in to comment.