Fixed wrong import

pull/1022/head
Tadashi 3 years ago
parent f295bf35f8
commit d28df4df3f
  1. 2
      slither/detectors/functions/external_function.py

@ -1,4 +1,4 @@
from array import ArrayType
from slither.core.solidity_types.array_type import ArrayType
from slither.core.declarations.structure import Structure
from slither.core.solidity_types.user_defined_type import UserDefinedType
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification

Loading…
Cancel
Save