Opened 13 years ago

Closed 13 years ago

#15892 closed Cleanup/optimization (fixed)

Duplicate 'settings' import in settings_tests/tests.py

Reported by: ShawnMilo Owned by: ShawnMilo
Component: Testing framework Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

'settings' is imported from django.conf twice.

Attachments (1)

duplicate_settings_import.diff (391 bytes ) - added by ShawnMilo 13 years ago.
One-line removal to fix duplicate import.

Download all attachments as: .zip

Change History (4)

by ShawnMilo, 13 years ago

One-line removal to fix duplicate import.

comment:1 by Alex Gaynor, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by ShawnMilo, 13 years ago

Owner: changed from nobody to ShawnMilo

comment:3 by Chris Beaven, 13 years ago

Resolution: fixed
Status: newclosed

In [16102]:

Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in settings_tests. Thanks Shawn Milo.

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