Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(plotting_utils): remove NoneType import
Removed the unused `NoneType` import from `plotting_utils.py`. Updated the `plot_correlation` method to use `None` checks instead of `NoneType` for better readability and compatibility.
- Loading branch information