-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
🔧 chore: fix slack notifications typing #89578
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: src/sentry/integrations/notifications.py
Did you find this useful? React with a 👍 or 👎 |
@@ -25,24 +18,6 @@ | |||
logger = logging.getLogger("sentry.notifications") | |||
|
|||
|
|||
class SlackNotifyBasicMixin(NotifyBasicMixin): |
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.
this doesn't need to live separately, so moved it under SlackIntegration
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #89578 +/- ##
==========================================
- Coverage 87.73% 87.73% -0.01%
==========================================
Files 10172 10172
Lines 574129 574126 -3
Branches 22612 22612
==========================================
- Hits 503728 503721 -7
- Misses 69985 69989 +4
Partials 416 416 |
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.
No description provided.