fix: batch-3 - relative import fix and ML_snippets __init__ rename - #506
fix: batch-3 - relative import fix and ML_snippets __init__ rename#506saurabhhhcodes wants to merge 1 commit into
Conversation
|
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly! Feel free to join our community on Discord to discuss more! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe ComplexNumber module changes its ChangesComplex number import update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Batch 3 Bug Fixes
Bug 1: Relative import in complex_number.py
pysnippets/Complex_number/complex_number.py.prefix infrom exceptions import DivisionByZeroError— should befrom .exceptions import DivisionByZeroErrorBug 2: ML_snippets init.py filename
pysnippets/ML_snippets/_init__.py→__init__.py_init__.py(single underscore) instead of__init__.py(double underscore)Summary by CodeRabbit