Remove dupplicate import (close #109)

pull/113/head
Josselin 6 years ago
parent 1f5777fdc0
commit 97d4b32bd1
  1. 2
      slither/__main__.py

@ -127,8 +127,6 @@ def get_detectors_and_printers():
from slither.detectors.functions.external_function import ExternalFunction from slither.detectors.functions.external_function import ExternalFunction
from slither.detectors.statements.controlled_delegatecall import ControlledDelegateCall from slither.detectors.statements.controlled_delegatecall import ControlledDelegateCall
from slither.detectors.attributes.const_functions import ConstantFunctions from slither.detectors.attributes.const_functions import ConstantFunctions
from slither.detectors.attributes.const_functions import ConstantFunctions
from slither.detectors.attributes.const_functions import ConstantFunctions
from slither.detectors.shadowing.abstract import ShadowingAbstractDetection from slither.detectors.shadowing.abstract import ShadowingAbstractDetection
from slither.detectors.shadowing.state import StateShadowing from slither.detectors.shadowing.state import StateShadowing
from slither.detectors.operations.block_timestamp import Timestamp from slither.detectors.operations.block_timestamp import Timestamp

Loading…
Cancel
Save