-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct type comparison in IndicatorRegistry.available_indicators
Fix type comparison issue in the available_indicators property of IndicatorRegistry class. Ensure all keys are converted to strings before sorting to avoid TypeError when comparing method and str types. - Add explicit string conversion in available_indicators property - Fix type error in unit tests
- Loading branch information
Xuan Ronaldo
committed
Dec 11, 2024
1 parent
9d3b2df
commit f116481
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.