Skip to content
Snippets Groups Projects
Commit 8a272830 authored by Prevosto Virgile's avatar Prevosto Virgile
Browse files

add missing import

parent 3953dff8
Branches main
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"""
implements a sign analysis
"""
from enum import Enum
from enum import Enum, auto
from dataclasses import dataclass
from cfg import Cfg
from iteration import Transfer, fixpoint_iteration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment