Remove unused import

fix_integers
Bernhard Mueller 5 years ago
parent 939674f9f2
commit 9cc47dba56
  1. 2
      mythril/analysis/modules/integer.py

@ -1,8 +1,6 @@
"""This module contains the detection code for integer overflows and
underflows."""
import json
from math import log2, ceil
from typing import cast, List, Dict, Set
from mythril.analysis import solver

Loading…
Cancel
Save