Adds missing import of sys.

pull/238/head
rajeevgopalakrishna 6 years ago
parent e137cc4f46
commit 4b09dc702b
  1. 2
      utils/slither_format/format_constable_states.py

@ -1,4 +1,4 @@
import re, logging import re, logging, sys
from slither.utils.colors import red, yellow, set_colorization_enabled from slither.utils.colors import red, yellow, set_colorization_enabled
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)

Loading…
Cancel
Save