Remove unused imports
The following imports are not used in the code:
dash_utils (redundant with the specific import)
format_msg from dash_utils
-import dash_utils
import jsonschema
-from dash_utils import format_msg
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
🧰 Tools
🪛 Ruff
28-28: dash_utils imported but unused
Remove unused import: dash_utils
(F401)
30-30: dash_utils.format_msg imported but unused
Remove unused import: dash_utils.format_msg
(F401)
Originally posted by @coderabbitai[bot] in #141 (comment)
Remove unused imports
The following imports are not used in the code:
dash_utils(redundant with the specific import)format_msgfromdash_utils📝 Committable suggestion
🧰 Tools
🪛 Ruff
28-28:
dash_utilsimported but unusedRemove unused import:
dash_utils(F401)
30-30:
dash_utils.format_msgimported but unusedRemove unused import:
dash_utils.format_msg(F401)
Originally posted by @coderabbitai[bot] in #141 (comment)