Opened 18 years ago
Closed 18 years ago
#4318 closed (fixed)
unused imports in newforms modules
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The import sections also don't adhere to our coding style.
Attachments (1)
Change History (4)
by , 18 years ago
comment:1 by , 18 years ago
fixes:
- Reordered imports with standard library imports first and sections separated by a line break. I added a line break between django imports and the relative imports for visual distinction.
- Fixed long lines.
- Moved
__all__to come after imports. - Removed unused imports.
comment:2 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
cleaned up imports