Skip to content

fix(draw_heatmap): correct typo in submodule import (.funtions -> .functions) - #53

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:fix-draw-heatmap-typo
Open

fix(draw_heatmap): correct typo in submodule import (.funtions -> .functions)#53
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:fix-draw-heatmap-typo

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 25, 2026

Copy link
Copy Markdown

Bugfix sweep for packages/draw_heatmap/accvlab/draw_heatmap/__init__.py

Problem

Imports from .funtions, a misspelled submodule name that will raise ModuleNotFoundError when the package is imported.

Fix

Change the import to use the correct submodule name .functions.

- from .funtions import draw_heatmap, draw_heatmap_batched
+ from .functions import draw_heatmap, draw_heatmap_batched

Reasoning

The intended submodule name is almost certainly functions.py; correcting the typo makes the package importable.

@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant