Fix incorrect indent

pull/166/head
Josselin 6 years ago
parent 60f3d14889
commit bf249d9724
  1. 6
      slither/printers/inheritance/inheritance_graph.py

@ -8,10 +8,10 @@
from slither.core.declarations.contract import Contract
from slither.core.solidity_types.user_defined_type import UserDefinedType
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.utils.inheritance_analysis import (detect_c3_function_shadowing,
detect_function_shadowing,
detect_state_variable_shadowing)
class PrinterInheritanceGraph(AbstractPrinter):

Loading…
Cancel
Save