Island: Remove disused Exporter class

This commit is contained in:
Mike Salvatore 2022-05-12 07:12:25 -04:00
parent 25cfa58c69
commit 592fb1538f
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
class Exporter(object):
def __init__(self):
pass
@staticmethod
def handle_report(report_json):
raise NotImplementedError