Skip to content

Commit 6b57da5

Browse files
committed
Forgot to add 'classmethod' decorator
1 parent aba4a52 commit 6b57da5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/murfey/util/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class MillingStepInfo(BaseModel):
180180
width_overlap_rear_right: float | None = None
181181

182182
@field_validator("status", mode="before")
183+
@classmethod
183184
def handle_stringified_none(cls, v: Any) -> None:
184185
if isinstance(v, str) and v.lower() == "none":
185186
return None

0 commit comments

Comments
 (0)