From b1eff19ea4c505692d2ecd21ba6b73b58f4eb7bc Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 19 Feb 2022 06:46:39 +0000 Subject: [PATCH] removec __all__ property from superscript Former-commit-id: 67c4684b5943467cc07b8cc638dc438ad0ee3e54 --- src/superscript.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/superscript.py b/src/superscript.py index 1cb8bff..8d9c4b9 100644 --- a/src/superscript.py +++ b/src/superscript.py @@ -147,11 +147,6 @@ __author__ = ( "Jacob Levine ", ) -__all__ = [ - "load_config", - "save_config", -] - # imports: import json