forked from p15670423/monkey
island: Remove unnecessary code in RansomwareReportService
This commit is contained in:
parent
d7ec2db477
commit
27058cc827
|
@ -2,9 +2,6 @@ from monkey_island.cc.services.reporting.report import ReportService
|
||||||
|
|
||||||
|
|
||||||
class RansomwareReportService:
|
class RansomwareReportService:
|
||||||
def __init__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_exploitation_details():
|
def get_exploitation_details():
|
||||||
scanned = ReportService.get_scanned()
|
scanned = ReportService.get_scanned()
|
||||||
|
|
Loading…
Reference in New Issue