Update inheritance_graph.py

pull/166/head
Feist Josselin 6 years ago committed by GitHub
parent d1fe98c3f0
commit 60f3d14889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      slither/printers/inheritance/inheritance_graph.py

@ -8,7 +8,9 @@
from slither.core.declarations.contract import Contract from slither.core.declarations.contract import Contract
from slither.core.solidity_types.user_defined_type import UserDefinedType from slither.core.solidity_types.user_defined_type import UserDefinedType
from slither.utils.inheritance_analysis import * from slither.utils.inheritance_analysis import detect_function_shadowing,
detect_c3_function_shadowing,
detect_state_variable_shadowing
from slither.printers.abstract_printer import AbstractPrinter from slither.printers.abstract_printer import AbstractPrinter

Loading…
Cancel
Save