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 = [