Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent 3c6c207 commit 2ec1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useq/_mda_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class SLMImage(UseqModel):

data: Any = Field(..., repr=False)
device: Optional[str] = None
exposure: Optional[float] = Field(default=None, gt=0.0)
exposure: Optional[float] = Field(default=None, gt=0.0)

@model_validator(mode="before")
def _cast_data(cls, v: Any) -> Any:
Expand Down

0 comments on commit 2ec1e7e

Please sign in to comment.