Skip to content

Commit

Permalink
Merge pull request #19 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
trace added to typecontent models
  • Loading branch information
CarlosNasayo authored Sep 18, 2023
2 parents c906880 + 3b6b0e8 commit a3b6b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ormWP/models/type_content.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mongoengine import Document, StringField, ReferenceField, ListField ,FloatField
from mongoengine import Document, StringField, ReferenceField, ListField ,FloatField,DictField
from .watershed import Watershed

class Typecontent(Document):
Expand Down

0 comments on commit a3b6b5b

Please sign in to comment.