Skip to content

fix: deprecated import#372

Merged
JarbasAl merged 1 commit intodevfrom
fix_importt
Jan 29, 2026
Merged

fix: deprecated import#372
JarbasAl merged 1 commit intodevfrom
fix_importt

Conversation

@JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented Jan 29, 2026

Summary by CodeRabbit

  • Chores
    • Internal code cleanup: Removed unused imports across multiple modules to optimize the codebase and reduce unnecessary dependency overhead.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions github-actions bot added the fix label Jan 29, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 29, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR removes the unused normalize_lang import from 10 modules across the ovos_plugin_manager package. Each module previously imported this utility but was not using it. No functional or behavioral changes are introduced; this is purely an import cleanup operation.

Changes

Cohort / File(s) Summary
Unused Import Cleanup
ovos_plugin_manager/audio2ipa.py, ovos_plugin_manager/coreference.py, ovos_plugin_manager/g2p.py, ovos_plugin_manager/keywords.py, ovos_plugin_manager/metadata_transformers.py, ovos_plugin_manager/postag.py, ovos_plugin_manager/segmentation.py, ovos_plugin_manager/stt.py, ovos_plugin_manager/text_transformers.py, ovos_plugin_manager/tokenization.py
Removed unused normalize_lang import from ovos_plugin_manager.utils across all modules. Remaining imports (PluginTypes, PluginConfigTypes) are retained. No logic or behavior changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 Ten files tidied, imports spring-cleaned,
Unused imports removed—no longer seen,
The code now lighter, leaner, and bright,
Each module runs true without extra weight.
A hopping good cleanup, done just right! 🌱

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 29, 2026

Caution

Docstrings generation - FAILED

No docstrings were generated.

@JarbasAl JarbasAl merged commit fd8ec03 into dev Jan 29, 2026
3 of 6 checks passed
@JarbasAl JarbasAl deleted the fix_importt branch January 29, 2026 19:25
@github-actions github-actions bot added fix and removed fix labels Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant