Skip to content

Commit 244eea5

Browse files
Applying ruff rule ERA001 commented-out-code
commented-out by commit mxcube@2dbbae4
1 parent b914486 commit 244eea5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mxcubecore/BaseHardwareObjects.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ class DefaultSpecificState(enum.Enum):
8787
class ConfiguredObject:
8888
"""Superclass for classes that take configuration from YAML files"""
8989

90-
# class HOConfig(pydantic.BaseModel):
91-
# model_config = pydantic.ConfigDict(extra="allow")
92-
9390
class HOConfig:
9491
"""Temporary replacement for Pydantic class
9592

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ convention = "google"
4343
"BLE001",
4444
"E501",
4545
"EM101",
46-
"ERA001",
4746
"FBT001",
4847
"FIX002",
4948
"I001",

0 commit comments

Comments
 (0)