Skip to content

Commit d8e7d59

Browse files
committed
fix: 🐛 model_config
1 parent 8a70323 commit d8e7d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyle38/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class InfoFollower(Info):
339339
class InfoLeader(Info):
340340
# to allow for additional slaves
341341
# slave0, slave1..
342-
model_config: ConfigDict = {"extra": "allow"}
342+
model_config = ConfigDict(extra="allow")
343343

344344

345345
class InfoFollowerResponse(JSONResponse):

0 commit comments

Comments
 (0)