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