improve tests health (flake8 warnings)
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
import unittest
|
||||
from datetime import datetime
|
||||
|
||||
import pytest
|
||||
|
||||
from mongoengine import *
|
||||
from tests.utils import MongoDBTestCase
|
||||
import pytest
|
||||
|
||||
|
||||
class TestValidatorError(MongoDBTestCase):
|
||||
|
||||
Reference in New Issue
Block a user