From 23eac4ade5c97324e42f006b75814b1d58b882d2 Mon Sep 17 00:00:00 2001 From: Eaugene Thomas Date: Sat, 1 Apr 2023 01:27:44 +0530 Subject: [PATCH] Update __init__.py --- core/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/__init__.py b/core/config/__init__.py index 11e50a2..2a1a43b 100644 --- a/core/config/__init__.py +++ b/core/config/__init__.py @@ -1,5 +1,5 @@ from tml.core.config.base_config import BaseConfig from tml.core.config.config_load import load_config_from_yaml -# Make mypy happy by explicitly reporting the symbols intended for end user use. +# Make mypy happy by explicitly exporting the symbols intended for end user use. __all__ = ["BaseConfig", "load_config_from_yaml"]