From cc39b92c3caf4e2b9638eb10ddf5828e88f7d5ec Mon Sep 17 00:00:00 2001 From: Eaugene Thomas Date: Sat, 1 Apr 2023 01:22:29 +0530 Subject: [PATCH] Fix Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My service to twitter 😇😀 --- 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 3b7f18b..11e50a2 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 rexporting the symbols intended for end user use. +# Make mypy happy by explicitly reporting the symbols intended for end user use. __all__ = ["BaseConfig", "load_config_from_yaml"]