From 1e9a120f7e5a3a08cb0117689769195269664d2e Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sat, 10 Dec 2016 14:06:40 -0500 Subject: [PATCH] drop unused imports --- mongoengine/python_support.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mongoengine/python_support.py b/mongoengine/python_support.py index 4c79a259..e51e1bc9 100644 --- a/mongoengine/python_support.py +++ b/mongoengine/python_support.py @@ -2,10 +2,6 @@ Helper functions, constants, and types to aid with Python v2.7 - v3.x and PyMongo v2.7 - v3.x support. """ - -import sys -import warnings - import pymongo import six