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 d5853ba commit 00fe6dcCopy full SHA for 00fe6dc
src/labthings/server/view/builder.py
@@ -1,5 +1,6 @@
1
from . import View, ActionView, PropertyView
2
from .. import fields
3
+from ..semantics.base import Semantic
4
5
import os
6
import glob
@@ -77,11 +78,6 @@ def _update(self, args):
77
78
logging.error(
79
"Unsupported type for semtype. Must be a string or Semantic object"
80
)
-
81
- # Compile the generated views spec
82
- # Useful if its being attached to something other than a LabThing instance
83
- compile_view_spec(generated_class)
84
85
return generated_class
86
87
0 commit comments