From 514949729490ba1925f6fc2e9c8fa0160d86135e Mon Sep 17 00:00:00 2001 From: Josselin Date: Tue, 7 Dec 2021 18:38:14 +0100 Subject: [PATCH] Fix pylint on test_features --- tests/test_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_features.py b/tests/test_features.py index 0e92d51b0..8921925c7 100644 --- a/tests/test_features.py +++ b/tests/test_features.py @@ -1,8 +1,8 @@ import inspect -import subprocess from crytic_compile import CryticCompile from crytic_compile.platform.solc_standard_json import SolcStandardJson + from slither import Slither from slither.detectors import all_detectors from slither.detectors.abstract_detector import AbstractDetector