From 73f0b31936d3e42e479877e1d19742a766014ef4 Mon Sep 17 00:00:00 2001 From: Talfao Date: Sat, 27 Apr 2024 10:04:27 +0200 Subject: [PATCH] fix: remove unused code --- slither/detectors/oracles/supported_oracles/chainlink_oracle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/slither/detectors/oracles/supported_oracles/chainlink_oracle.py b/slither/detectors/oracles/supported_oracles/chainlink_oracle.py index 2a25722f8..277f32d8a 100644 --- a/slither/detectors/oracles/supported_oracles/chainlink_oracle.py +++ b/slither/detectors/oracles/supported_oracles/chainlink_oracle.py @@ -4,9 +4,7 @@ Binary, BinaryType, ) - from slither.slithir.variables.constant import Constant -from slither.detectors.oracles.supported_oracles.help_functions import check_revert, return_boolean CHAINLINK_ORACLE_CALLS = [