Fix the simplest pylint warnings (variables/imports, semicolons, etc) and re-enable them in pylintrc

This commit is contained in:
Kamil Śliwak
2021-10-13 16:19:16 +02:00
parent 3fb42f60b4
commit b96de320e2
15 changed files with 27 additions and 41 deletions
-1
View File
@@ -6,7 +6,6 @@
# into files for e.g. fuzz testing as
# scripts/isolate_tests.py test/libsolidity/*
import sys
import re
import os
import hashlib