From 41fa399ad40eda4b3bffebc535c687c29d164d7f Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Thu, 14 Mar 2024 21:05:42 +1030 Subject: [PATCH] dont think the exceptions need exporting --- ausankey/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ausankey/__init__.py b/ausankey/__init__.py index 83f65b9..64811be 100644 --- a/ausankey/__init__.py +++ b/ausankey/__init__.py @@ -1,6 +1,4 @@ """ Make simple, pretty Sankey Diagrams """ -from .ausankey import sankey, SankeyError, NullsInFrameError, LabelMismatchError - -__all__ = ["sankey", "SankeyError", "NullsInFrame", "LabelMismatchError"] +from .ausankey import sankey \ No newline at end of file