Skip to content

Commit 8a22a9c

Browse files
committed
minor: Fine-tune import style
1 parent 9fe4ed1 commit 8a22a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_mongo/tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def fixtures():
3030
with open(image_filename, 'r') as f:
3131
editor1.avatar.put(f, content_type='image/jpeg')
3232
editor1.save()
33-
print('hey:', editor1)
33+
3434
editor2 = Editor(
3535
id='2',
3636
first_name='Grant',

graphene_mongo/tests/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . import models
1+
import models
22
from ..types import MongoengineObjectType
33

44

0 commit comments

Comments
 (0)