From b2baedf0d1f1c825448a1fc35a19fb772ac80fba Mon Sep 17 00:00:00 2001 From: Urban Ottosson Date: Fri, 16 Jul 2021 17:45:00 +0200 Subject: [PATCH] Removed re-load test again --- pandas_ta/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas_ta/custom.py b/pandas_ta/custom.py index 007e276..d9dadb8 100644 --- a/pandas_ta/custom.py +++ b/pandas_ta/custom.py @@ -72,7 +72,7 @@ def import_dir(dir_path, verbose=True): pandas_ta.Category[dirname].append(module) if verbose: - print(f"[i] Successfully imported the indicator '{module}' into category '{dirname}'.") + print(f"[i] Successfully imported the custom indicator '{module}' into category '{dirname}'.") import_dir.__doc__ = \ """