Remove a line that breaks Python 3.5 compatiblity

pull/137/merge v0.16.22
Bernhard Mueller 7 years ago
parent 3e4340174e
commit 0d0aeb58cc
  1. 2
      mythril/support/truffle.py

@ -21,8 +21,6 @@ def analyze_truffle_project(args):
files = os.listdir(build_dir)
isFirstTime: bool = True
for filename in files:
if re.match(r'.*\.json$', filename) and filename != "Migrations.json":

Loading…
Cancel
Save