Skip to content

Commit

Permalink
Update test_merge_nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Jul 17, 2024
1 parent 6a2e925 commit d7640cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyk/src/tests/unit/kcfg/test_merge_nodes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Any
from collections.abc import Iterable

from pyk.cterm import CSubst
from pyk.kast.inner import KVariable, Subst
Expand All @@ -14,6 +13,8 @@
from ..test_kcfg import node_dicts, propagate_split_constraints, split_dicts, x_config, x_subst

if TYPE_CHECKING:
from collections.abc import Iterable

from pyk.cterm import CTerm


Expand Down

0 comments on commit d7640cd

Please sign in to comment.