fix flake8
This commit is contained in:
parent
9f2e44e600
commit
d1997667ab
@ -1,9 +1,10 @@
|
|||||||
"""Helper functions and types to aid with Python 2.6 - 3 support."""
|
"""Helper functions and types to aid with Python 2.6 - 3 support."""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import pymongo
|
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
import pymongo
|
||||||
|
|
||||||
|
|
||||||
# Show a deprecation warning for people using Python v2.6
|
# Show a deprecation warning for people using Python v2.6
|
||||||
# TODO remove in mongoengine v0.11.0
|
# TODO remove in mongoengine v0.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user