Skip to content

Commit 8250818

Browse files
committed
fix: updated comment
1 parent 83eac53 commit 8250818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraph-py/scrapegraph_py/models/smartscraper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class GetSmartScraperRequest(BaseModel):
4949
@model_validator(mode="after")
5050
def validate_request_id(self) -> "GetSmartScraperRequest":
5151
try:
52+
# Validate the request_id is a valid UUID
5253
UUID(self.request_id)
5354
except ValueError:
5455
raise ValueError("request_id must be a valid UUID")

0 commit comments

Comments
 (0)