Skip to content
Snippets Groups Projects
Commit bf1c4a42 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent 309f5252
No related branches found
No related tags found
1 merge request!114Introduces fast declaration style for factory
......@@ -79,8 +79,8 @@ class BaseDataSourceFactory(ABCHasStrictTraits):
if self.model_class is None:
msg = ("model_class cannot be None in {}. Either define "
"model_class or reimplement create_model on your "
"factory class.".format(self.__class__.__name__))
"model_class or reimplement create_model on your "
"factory class.".format(self.__class__.__name__))
log.error(msg)
raise RuntimeError(msg)
......
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