Skip to content

Commit

Permalink
Removed re-load test again
Browse files Browse the repository at this point in the history
  • Loading branch information
locupleto committed Jul 16, 2021
1 parent e8b68f9 commit b2baedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_ta/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = \
"""
Expand Down

0 comments on commit b2baedf

Please sign in to comment.