Fix a linting error
This commit is contained in:
		| @@ -272,7 +272,10 @@ class ConnectionTest(unittest.TestCase): | |||||||
|         self.assertIsInstance(conn, mongomock.MongoClient) |         self.assertIsInstance(conn, mongomock.MongoClient) | ||||||
|  |  | ||||||
|         disconnect_all() |         disconnect_all() | ||||||
|         class SomeDocument(Document): pass |  | ||||||
|  |         class SomeDocument(Document): | ||||||
|  |             pass | ||||||
|  |  | ||||||
|         conn = connect(host="mongomock://localhost:27017/mongoenginetest8") |         conn = connect(host="mongomock://localhost:27017/mongoenginetest8") | ||||||
|         some_document = SomeDocument() |         some_document = SomeDocument() | ||||||
|         some_document.save() |         some_document.save() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user