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 b914486 commit 244eea5Copy full SHA for 244eea5
mxcubecore/BaseHardwareObjects.py
@@ -87,9 +87,6 @@ class DefaultSpecificState(enum.Enum):
87
class ConfiguredObject:
88
"""Superclass for classes that take configuration from YAML files"""
89
90
- # class HOConfig(pydantic.BaseModel):
91
- # model_config = pydantic.ConfigDict(extra="allow")
92
-
93
class HOConfig:
94
"""Temporary replacement for Pydantic class
95
ruff.toml
@@ -43,7 +43,6 @@ convention = "google"
43
"BLE001",
44
"E501",
45
"EM101",
46
- "ERA001",
47
"FBT001",
48
"FIX002",
49
"I001",
0 commit comments