-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove __author__ from __dir__ #9918
Conversation
CodSpeed Performance ReportMerging #9918 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9918 +/- ##
=======================================
Coverage 98.71% 98.71%
=======================================
Files 120 120
Lines 36473 36473
Branches 4342 4342
=======================================
Hits 36005 36005
Misses 315 315
Partials 153 153
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <sviat@redhat.com>
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9919 🤖 @patchback |
(cherry picked from commit 6ada273)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #9920 🤖 @patchback |
(cherry picked from commit 6ada273)
We don't actually define this. This was a mistake I made a few years ago in #6591.
Fixes #9914.