Skip to content

Commit

Permalink
model_config instead of __model_config__
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Dec 8, 2024
1 parent ff4a6c4 commit d3c65f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class WebSocketData(Data):
class WebSocketConnection(Data):
"""Data model for returning WebSocketClient from the Provider Interface."""

__model_config__ = ConfigDict(
model_config = ConfigDict(
extra="forbid",
)

Expand Down

0 comments on commit d3c65f8

Please sign in to comment.