fix styling flake8 error from CI

This commit is contained in:
Bastien Gérard 2018-08-05 22:30:51 +02:00
parent 3d45cdc339
commit 727866f090

View File

@ -56,4 +56,3 @@ def _import_class(cls_name):
_class_registry_cache[cls] = getattr(module, cls)
return _class_registry_cache.get(cls_name)