fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import datetime
|
||||
|
||||
from bson import ObjectId
|
||||
from mongoengine import *
|
||||
|
||||
from paveit.helper import fetch_recursive, mongo_to_dict
|
||||
@@ -11,7 +12,7 @@ from .components import (
|
||||
)
|
||||
from .enumeration import Labtest, LabtestsEnum
|
||||
from .usermanagement import Organisation
|
||||
from bson import ObjectId
|
||||
|
||||
|
||||
# ??? Labtest: Ist das richtig hier?
|
||||
class Experiment(EmbeddedDocument):
|
||||
@@ -75,7 +76,6 @@ class MachineBase(Document):
|
||||
|
||||
return config_array
|
||||
|
||||
get_config_of_machine(ObjectId('6461eaea71b8a84558df5c58'), pdm.LabtestsEnum.CITTStiffness)
|
||||
|
||||
meta = {
|
||||
'allow_inheritance': True,
|
||||
|
||||
Reference in New Issue
Block a user