diff --git a/hub/catalog_factories/catalog.py b/hub/catalog_factories/catalog.py index 96b61726..0f5c08df 100644 --- a/hub/catalog_factories/catalog.py +++ b/hub/catalog_factories/catalog.py @@ -8,7 +8,8 @@ Project Coder Guille Gutierrez guillermo.gutierrezmorote@concordia.ca class Catalog: """ - Catalogs base class not implemented instance of the Catalog base class, catalog_factories will inherit from this class. + Catalogs base class not implemented instance of the Catalog base class, + catalog_factories will inherit from this class. """ def names(self, category=None):