forked from p15670423/monkey
Island: Remove disused Exporter class
This commit is contained in:
parent
25cfa58c69
commit
592fb1538f
|
@ -1,7 +0,0 @@
|
|||
class Exporter(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def handle_report(report_json):
|
||||
raise NotImplementedError
|
Loading…
Reference in New Issue