-
-
Couldn't load subscription status.
- Fork 559
Unify imports #2845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify imports #2845
Conversation
Summary by CodeRabbit
WalkthroughUpdated Sierra Leone country module to import _CustomIslamicHolidays from holidays.calendars. Adjusted multiple country tests to import symbols from specific submodules. Sierra Leone tests also revised observed-holiday assertions to drop no_estimated_holidays filtering. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (9)
🧰 Additional context used🧠 Learnings (32)📓 Common learnings📚 Learning: 2025-03-30T18:22:11.939ZApplied to files:
📚 Learning: 2025-08-09T18:31:23.218ZApplied to files:
📚 Learning: 2025-08-08T14:37:03.045ZApplied to files:
📚 Learning: 2025-08-08T14:37:03.045ZApplied to files:
📚 Learning: 2025-06-16T15:48:48.680ZApplied to files:
📚 Learning: 2025-08-20T19:46:15.595ZApplied to files:
📚 Learning: 2025-06-16T11:42:28.293ZApplied to files:
📚 Learning: 2025-04-05T04:29:38.042ZApplied to files:
📚 Learning: 2025-04-05T04:50:40.752ZApplied to files:
📚 Learning: 2025-04-05T04:33:53.254ZApplied to files:
📚 Learning: 2025-05-06T21:07:11.577ZApplied to files:
📚 Learning: 2025-06-18T17:01:58.067ZApplied to files:
📚 Learning: 2025-07-24T15:21:31.632ZApplied to files:
📚 Learning: 2025-06-18T17:01:58.067ZApplied to files:
📚 Learning: 2025-04-04T10:52:41.546ZApplied to files:
📚 Learning: 2025-04-04T10:52:41.546ZApplied to files:
📚 Learning: 2025-07-02T18:21:59.302ZApplied to files:
📚 Learning: 2025-07-02T18:17:53.342ZApplied to files:
📚 Learning: 2025-07-09T21:16:35.145ZApplied to files:
📚 Learning: 2025-04-05T04:47:27.213ZApplied to files:
📚 Learning: 2025-05-13T13:23:11.375ZApplied to files:
📚 Learning: 2025-06-22T21:36:18.015ZApplied to files:
📚 Learning: 2025-06-13T12:18:03.539ZApplied to files:
📚 Learning: 2025-06-19T02:34:14.456ZApplied to files:
📚 Learning: 2025-04-03T16:58:27.175ZApplied to files:
📚 Learning: 2025-04-13T19:10:31.502ZApplied to files:
📚 Learning: 2025-08-21T05:56:33.238ZApplied to files:
📚 Learning: 2025-08-21T04:51:16.392ZApplied to files:
📚 Learning: 2025-08-21T04:56:03.711ZApplied to files:
📚 Learning: 2025-06-19T02:34:18.382ZApplied to files:
📚 Learning: 2025-08-21T04:56:03.711ZApplied to files:
🧬 Code graph analysis (9)tests/countries/test_ivory_coast.py (1)
tests/countries/test_suriname.py (1)
tests/countries/test_guinea_bissau.py (1)
tests/countries/test_gambia.py (1)
tests/countries/test_guyana.py (1)
tests/countries/test_sierra_leone.py (2)
tests/countries/test_mali.py (1)
tests/countries/test_mauritius.py (1)
holidays/countries/sierra_leone.py (1)
🔇 Additional comments (11)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2845 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 286 286
Lines 17038 17038
Branches 2229 2229
=========================================
Hits 17038 17038 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM



Proposed change
Unify some imports.
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.