Skip to content

Commit 0f0a23d

Browse files
INTEG-2943 - remove excess comments
1 parent 7e51689 commit 0f0a23d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/_incydr_sdk/queries/file_events.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ class EventQuery(Model):
122122
page_token: Optional[str] = Field("", alias="pgToken")
123123
sort_dir: str = Field("asc", alias="srtDir")
124124
sort_key: EventSearchTerm = Field("event.id", alias="srtKey")
125-
# TODO[pydantic]: The following keys were removed: `json_encoders`.
126-
# Check https://docs.pydantic.dev/dev-v2/migration/#changes-to-config for more information.
127125
model_config = ConfigDict(
128126
validate_assignment=True,
129127
use_enum_values=True,

0 commit comments

Comments
 (0)