mirror of https://github.com/django/django.git
Removed unused warnings import that should have been removed in [8191], refs #7830.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3d918f41f5
commit
06885f37be
|
@ -1,4 +1,3 @@
|
||||||
import warnings
|
|
||||||
try:
|
try:
|
||||||
set
|
set
|
||||||
except NameError:
|
except NameError:
|
||||||
|
|
Loading…
Reference in New Issue