remove SequentialExtractor class

This commit is contained in:
Mike Fährmann
2015-10-05 17:15:31 +02:00
parent 7d7c1afe20
commit 539faa0322
6 changed files with 15 additions and 21 deletions

View File

@@ -45,12 +45,6 @@ class Extractor():
)
class SequentialExtractor(Extractor):
def __init__(self):
Extractor.__init__(self)
class AsynchronousExtractor(Extractor):
def __init__(self):