improve tests health (flake8 warnings)
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
| # -*- coding: utf-8 -*- | ||||
| import pytest | ||||
|  | ||||
| from mongoengine import ( | ||||
|     Document, | ||||
|     EmbeddedDocument, | ||||
| @@ -13,7 +15,6 @@ from mongoengine import ( | ||||
| ) | ||||
|  | ||||
| from tests.utils import MongoDBTestCase | ||||
| import pytest | ||||
|  | ||||
|  | ||||
| class TestEmbeddedDocumentField(MongoDBTestCase): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user