Skip to content

Commit

Permalink
Remove unnecessary pydantic model_config arbitrary_types_allowed=True (
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 authored Jan 21, 2025
1 parent 9d9d21e commit b663970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mx_bluesky/common/parameters/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class IspybExperimentType(StrEnum):

class MxBlueskyParameters(BaseModel):
model_config = ConfigDict(
arbitrary_types_allowed=True,
extra="allow",
)

Expand Down

0 comments on commit b663970

Please sign in to comment.