We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe4ed1 commit 8a22a9cCopy full SHA for 8a22a9c
graphene_mongo/tests/setup.py
@@ -30,7 +30,7 @@ def fixtures():
30
with open(image_filename, 'r') as f:
31
editor1.avatar.put(f, content_type='image/jpeg')
32
editor1.save()
33
- print('hey:', editor1)
+
34
editor2 = Editor(
35
id='2',
36
first_name='Grant',
graphene_mongo/tests/types.py
@@ -1,4 +1,4 @@
1
-from . import models
+import models
2
from ..types import MongoengineObjectType
3
4
0 commit comments