From dda59b12dfd9a07ae22ca51f8db1ae997aea4b20 Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Fri, 23 Jun 2023 14:50:16 -0400 Subject: [PATCH 1/2] remove __all__ in init --- vetiver/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vetiver/__init__.py b/vetiver/__init__.py index 10045d0b..300dd994 100644 --- a/vetiver/__init__.py +++ b/vetiver/__init__.py @@ -24,6 +24,5 @@ from .types import create_prototype, Prototype # noqa __author__ = "Isabel Zimmerman " -__all__ = [] __version__ = _version("vetiver") del _version From 5c6c7ba6fa0f557797c93e00bc4da932277d2d45 Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Fri, 23 Jun 2023 15:02:56 -0400 Subject: [PATCH 2/2] pin griffe version --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3804381e..c177d403 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,6 +58,7 @@ dev = docs = quartodoc + griffe==0.25.1 statsmodels = statsmodels