Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
PEP 8 imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
Winnetou committed Nov 23, 2014
1 parent a53ebc7 commit e1ca472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mongokit/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from warnings import warn

from pymongo.collection import Collection as PymongoCollection

from mongokit.mongo_exceptions import MultipleResultsFound
from mongokit.cursor import Cursor

from warnings import warn



class Collection(PymongoCollection):
Expand Down

0 comments on commit e1ca472

Please sign in to comment.