Skip to content
Snippets Groups Projects
Commit 51548aa8 authored by Manuel Günther's avatar Manuel Günther
Browse files

removed space

parent e6983a19
No related branches found
No related tags found
1 merge request!104Created a dummy db that dump some fake missing files
Pipeline #
......@@ -4,7 +4,7 @@ numpy.random.seed(10)
class DummyPreprocessor (Preprocessor):
def __init__(self, return_none=False, probability_of_none=1, **kwargs):
def __init__(self, return_none=False, probability_of_none=1, **kwargs):
Preprocessor.__init__(self)
self.return_none = return_none
self.probability_of_none = probability_of_none
......
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