Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cards #69

Merged
merged 19 commits into from
Mar 25, 2021
Prev Previous commit
Next Next commit
Lint
Ricardo Sánchez committed Mar 22, 2021
commit 7811a6fd9ede55737887afd9dea6d3a1f47c8d0e
3 changes: 2 additions & 1 deletion tests/lib/test_model_helpers.py
Original file line number Diff line number Diff line change
@@ -21,9 +21,10 @@
ListField,
StringField,
)
from agave.models.base import BaseModel

from agave.lib.mongoengine.enum_field import EnumField
from agave.lib.mongoengine.model_helpers import mongo_to_dict
from agave.models.base import BaseModel


class Reference(Document, BaseModel):