Removed re-load test again

This commit is contained in:
Urban Ottosson
2021-07-16 17:45:00 +02:00
parent e8b68f9249
commit b2baedf0d1
+1 -1
View File
@@ -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__ = \
"""