Skip to content

Commit af1eb7a

Browse files
3.10 import fix
1 parent 69fbc4b commit af1eb7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/egglog/deconstruct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
from collections.abc import Callable
88
from functools import partial
9-
from typing import TYPE_CHECKING, TypeVar, Unpack, overload
9+
from typing import TYPE_CHECKING, TypeVar, overload
1010

11-
from typing_extensions import TypeVarTuple
11+
from typing_extensions import TypeVarTuple, Unpack
1212

1313
from .declarations import *
1414
from .egraph import BaseExpr

0 commit comments

Comments
 (0)