File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ Not a developer? You can still help through the following methods:
102
102
- < https://github.com/opencv/opencv/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+ >
103
103
- < https://github.com/opencv/opencv/issues/18305 >
104
104
- < https://github.com/opencv/opencv/issues/23906 >
105
- - < https://github.com/pywinrt/pywinrt/issues/78 >
106
- - < https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 >
105
+ - < https://github.com/mypyc/mypyc/issues?q=sort%3Areactions-%2B1%20is%3Aissue%20is%3Aopen%20%20involves%3AAvasam%20 >
107
106
- < https://github.com/uiri/toml/issues/270 >
108
107
- < https://github.com/microsoft/vscode/issues/40239 >
109
108
- < https://github.com/microsoft/vscode/issues/168411 >
109
+ - < https://github.com/ronaldoussoren/altgraph/pull/25 >
110
110
- < https://github.com/python/mypy/issues/6700 >
111
111
- < https://github.com/python/mypy/issues/15146 >
112
112
- < https://github.com/python/mypy/issues/4409 >
@@ -116,6 +116,7 @@ Not a developer? You can still help through the following methods:
116
116
- < https://github.com/boppreh/keyboard/issues/216 >
117
117
- < https://github.com/boppreh/keyboard/issues/161 >
118
118
- < https://github.com/asweigart/pyautogui/issues/663 >
119
+ - < https://github.com/asweigart/pyautogui/pull/911 >
119
120
- < https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+ >
120
121
121
122
## Credits
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def get_method_by_index(self, index: int):
99
99
100
100
# Disallow unsafe get w/o breaking it at runtime
101
101
@override
102
- def __getitem__ ( # type:ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
102
+ def __getitem__ ( # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
103
103
self , key : Never , /
104
104
) -> type [CaptureMethodBase ]:
105
105
return super ().__getitem__ (key )
You can’t perform that action at this time.
0 commit comments