Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9143 closed (fixed)

Remove unused imports in comments code

Reported by: Jarek Zgoda Owned by: nobody
Component: contrib.comments Version: dev
Severity: Keywords: unused, imports
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

Pyflakes found a number of unused imports in comments framework code. Attached patch removes all occurences of unused imports in framework code.

Change History (4)

by Jarek Zgoda, 16 years ago

Attachment: comments-unusedimports.diff added

comment:1 by Thejaswi Puthraya, 16 years ago

Keywords: unused imports added
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [9730].

comment:3 by Jacob, 16 years ago

(In [9738]) A handful of fixes to django.contrib.comments:

Note: See TracTickets for help on using tickets.
Back to Top