Skip to content

Commit f76f6eb

Browse files
Elijah Fredericksonbagerard
authored andcommitted
isort to trigger ci
1 parent 37762ab commit f76f6eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/fields/test_datetime_field.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
import pytest
44

5+
from mongoengine import *
6+
from mongoengine import connection
7+
from tests.utils import MongoDBTestCase, get_as_pymongo
8+
59
try:
610
import dateutil
711
except ImportError:
812
dateutil = None
913

10-
from mongoengine import *
11-
from mongoengine import connection
12-
from tests.utils import MongoDBTestCase, get_as_pymongo
1314

1415

1516
class TestDateTimeField(MongoDBTestCase):

0 commit comments

Comments
 (0)