chore: add type

pull/1889/head
devtooligan 1 year ago
parent 134dd904f3
commit 975da91d33
No known key found for this signature in database
GPG Key ID: A5606B287899E7FB
  1. 4
      slither/printers/summary/martin.py

@ -12,9 +12,9 @@
from slither.printers.abstract_printer import AbstractPrinter
from slither.slithir.operations.high_level_call import HighLevelCall
from slither.utils.myprettytable import make_pretty_table
from typing import Tuple
def count_abstracts(contracts):
def count_abstracts(contracts) -> Tuple[int, int]:
"""
Count the number of abstract contracts
Args:

Loading…
Cancel
Save