fix flake8

This commit is contained in:
Stefan Wojcik 2016-12-10 12:59:39 -05:00
parent 9f2e44e600
commit d1997667ab

View File

@ -1,9 +1,10 @@
"""Helper functions and types to aid with Python 2.6 - 3 support."""
import sys
import pymongo
import warnings
import pymongo
# Show a deprecation warning for people using Python v2.6
# TODO remove in mongoengine v0.11.0