Commit edd7c17
committed
Modernize Python code to 3.10+ with pyupgrade
- Update type hints in tests/conftest.py to use modern syntax
- Convert Dict[str, Any] to dict[str, Any]
- Convert List[Dict[str, Any]] to list[dict[str, Any]]
- All code now uses Python 3.10+ compatible syntax1 parent 850c14c commit edd7c17
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments