Remove duplicate import warnings

This commit is contained in:
Harrison Jackson
2016-07-14 09:47:27 -06:00
parent 6e54fd607f
commit 5a3aeedd18
-2
View File
@@ -83,7 +83,5 @@ except ImportError:
logging.getLogger(__name__).addHandler(NullHandler())
import warnings
# FileModeWarnings go off per the default.
warnings.simplefilter('default', FileModeWarning, append=True)