From b61d84763ac80d35479665dd390c1b34a1eeab37 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Mon, 20 Mar 2023 09:52:40 -0400 Subject: [PATCH] test --- hub/catalog_factories/catalog.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):