Remove unnecessary import of Warning.

This commit is contained in:
Stefan van der Walt
2013-08-21 00:59:37 +02:00
parent d9836a6add
commit ca768b0b95
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -1,7 +1,6 @@
import warnings
import functools
import sys
from exceptions import Warning
from . import six