diff --git a/pymbolic/imperative/instruction.py b/pymbolic/imperative/instruction.py index c76cc42405378fd6735923b27ad6d010bec57c82..725e94b438f611ecbb210b6cf77d1291be841d53 100644 --- a/pymbolic/imperative/instruction.py +++ b/pymbolic/imperative/instruction.py @@ -29,4 +29,5 @@ warn("pymbolic.imperative.instruction was imported. This has been renamed " "to pymbolic.imperative.statement", DeprecationWarning, stacklevel=1) from pymbolic.imperative.statement import ( # noqa: F401 - Instruction, ConditionalInstruction, Assignment, Nop) + Instruction, ConditionalInstruction, Assignment, ConditionalAssignment, + Nop)