Skip to content
Snippets Groups Projects
Commit c8054bb5 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira Committed by Amir MOHAMMADI
Browse files

Deprecation warnings

parent 00382740
No related branches found
No related tags found
1 merge request!180[dask] Preparing bob.bio.base for dask pipelines
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
import os import os
from .. import utils from .. import utils
import warnings
class Extractor (object): class Extractor (object):
"""This is the base class for all feature extractors. """This is the base class for all feature extractors.
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
from .. import utils from .. import utils
import warnings
class Preprocessor (object): class Preprocessor (object):
"""This is the base class for all preprocessors. """This is the base class for all preprocessors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment