We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8563f60 commit 94a55cbCopy full SHA for 94a55cb
1 file changed
src/blueapi/config.py
@@ -48,8 +48,6 @@ def _expand_env(loader: yaml.Loader, node: yaml.ScalarNode) -> str:
48
49
class SourceKind(StrEnum):
50
PLAN_FUNCTIONS = "planFunctions"
51
- DEVICE_FUNCTIONS = "deviceFunctions"
52
- DODAL = "dodal"
53
DEVICE_MANAGER = "deviceManager"
54
55
0 commit comments