diff --git a/swh/objstorage/__init__.py b/swh/objstorage/__init__.py --- a/swh/objstorage/__init__.py +++ b/swh/objstorage/__init__.py @@ -4,9 +4,7 @@ from .multiplexer import MultiplexerObjStorage from .multiplexer.filter import add_filters -# TODO remove PathSlicingObjStorage from this list once the config -# loading will be updated and no hardcoded objstorage types should -# remains. + __all__ = ['get_objstorage', 'ObjStorage'] _STORAGE_CLASSES = {