forked from p15670423/monkey
@staticmethod annotation to abstract method added
This commit is contained in:
parent
c77d796798
commit
22ee27d519
|
@ -38,7 +38,7 @@ class AttackTechnique(object):
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# noinspection PyMethodParameters
|
@staticmethod
|
||||||
@abstractstatic
|
@abstractstatic
|
||||||
def get_report_data():
|
def get_report_data():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue