Skip to content

Commit 51850ff

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

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
@@ -61,7 +61,7 @@ Type this into a file and let each editor complete it:
6161
```python
6262
@dataclass
6363
class RetryMetadata:
64-
attempts_made:
64+
attempts_made: int
6565
# ...
6666
```
6767

0 commit comments

Comments
 (0)