Skip to content

Commit

Permalink
Fixed pop undate
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Feb 5, 2024
1 parent 82e3c97 commit e785fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pepdbagent/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class UpdateItems(BaseModel):
config: Optional[dict] = None
samples: Optional[List[dict]] = None
subsamples: Optional[List[List[dict]]] = None
pop: Optional[bool] = False
pop: Optional[bool] = None

model_config = ConfigDict(
arbitrary_types_allowed=True,
Expand Down

0 comments on commit e785fd4

Please sign in to comment.