island: Remove unnecessary code in RansomwareReportService

This commit is contained in:
Shreya 2021-07-08 19:49:08 +05:30
parent d7ec2db477
commit 27058cc827
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ from monkey_island.cc.services.reporting.report import ReportService
class RansomwareReportService:
def __init__(self):
pass
@staticmethod
def get_exploitation_details():
scanned = ReportService.get_scanned()