Fix up a bunch of lint issues.
Review Request #13805 — Created April 30, 2024 and submitted
This change fixes up a bunch of mostly-harmless linter errors. The vast
majority of these are unused imports or variable assignments that are
never used.
Ran unit tests.
Summary | ID |
---|---|
261ff4a341b1fdd19a4f6193eca636c8c27b614d |
Description | From | Last Updated | ||
---|---|---|---|---|
I don't think we need this anymore. The problem was that Django 1.11 used legacy imports that were gone in … |
|
|||
module level import not at top of file Column: 1 Error code: E402 |
![]() |
|||
I don't think we actually need this at all anymore. |
|
|||
What's this upset about? |
|
|||
There are no open issues |
- Commits:
-
Summary ID 10c1320c2a307ced0ff49154de2fdedcdb2d2f9b f6ed350d95865057a027dcb1fa4495fa963ff11f
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.