-
Notifications
You must be signed in to change notification settings - Fork 39
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 unused imports from crispy_forms_foundation
#3184
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 24s ⏱️ Results for commit 99102a3. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3184 +/- ##
=======================================
Coverage 60.39% 60.39%
=======================================
Files 605 605
Lines 43705 43705
Branches 48 48
=======================================
Hits 26394 26394
Misses 17299 17299
Partials 12 12 ☔ View full report in Codecov by Sentry. |
1c29a7b
to
f8b172b
Compare
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.
Approved, half of this PR has already been done in #3094, so that will prob be removed from this commit once its rebased or merged or something
f8b172b
to
a7baa4c
Compare
a7baa4c
to
99102a3
Compare
Quality Gate passedIssues Measures |
As preparation of completely getting rid of crispyforms I found some occurrences where we already removed crispy from the actual forms, but the imports were not removed yet.