Skip to content

Commit 43f73a3

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 51850ff commit 43f73a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cursor-vs-windsurf-python/prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ called fetch_json that:
2424
- Retries up to max_retries times with exponential backoff (1s, 2s, 4s)
2525
on any httpx.HTTPError
2626
- Returns the JSON response as a typed dataclass called FetchResult
27-
with fields: url (str), status_code (int), and data (dict)
27+
with fields: url (str), status_code (int), and data (dict[str, Any])
2828
- Uses proper type hints throughout
2929
```
3030

0 commit comments

Comments
 (0)