Opened 16 years ago

Closed 15 years ago

Last modified 15 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

Description

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

Attachments (1)

comments-unusedimports.diff (2.3 KB ) - added by Jarek Zgoda 16 years ago.

Download all attachments as: .zip

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, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in [9730].

comment:3 by Jacob, 15 years ago

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

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