diff --git a/bob/pad/face/extractor/__init__.py b/bob/pad/face/extractor/__init__.py index 61cf772072c393134d3b98abad998d860b181848..2b046e0061ee7fe7a437a162ddcc25db71fcff6c 100644 --- a/bob/pad/face/extractor/__init__.py +++ b/bob/pad/face/extractor/__init__.py @@ -10,7 +10,6 @@ from .FreqFeatures import FreqFeatures from .NormalizeLength import NormalizeLength from .FFTFeatures import FFTFeatures from .LTSS import LTSS -from .Autocorrelation import Autocorrelation def __appropriate__(*args): """Says object was actually declared here, and not in the import module.