Commit bed2034
fix: Import Self from typing_extensions for Python 3.10 compat
mypy targets python_version = "3.10" but typing.Self was added in
3.11. Use unconditional typing_extensions import and remove the
unnecessary from __future__ import annotations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 88c18b9 commit bed2034
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
0 commit comments