Modify ↓
Opened 17 years ago
Closed 17 years ago
#3602 closed defect (fixed)
Remove unused and wildcard imports from tracmetrix
| Reported by: | Richard Wall | Owned by: | Richard Wall |
|---|---|---|---|
| Priority: | normal | Component: | TracMetrixPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description (last modified by )
I was going to have a look at the matplot warning in #2900 but first I think it would be good to clean up the imports in the current tracmetrix modules. I'll run pyflakes on the code and try and replace import * with explicit imports.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Done in [5469] thanks.
Note: See
TracTickets for help on using
tickets.



I have tidied up some unused imports and replaced wildcard imports with specific module imports. See: