Skip to content

Commit

Permalink
Add more issues to upvote
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Feb 4, 2025
1 parent 680bc30 commit 5e21312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Not a developer? You can still help through the following methods:
- <https://github.com/opencv/opencv/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+>
- <https://github.com/opencv/opencv/issues/18305>
- <https://github.com/opencv/opencv/issues/23906>
- <https://github.com/pywinrt/pywinrt/issues/78>
- <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807>
- <https://github.com/mypyc/mypyc/issues?q=sort%3Areactions-%2B1%20is%3Aissue%20is%3Aopen%20%20involves%3AAvasam%20>
- <https://github.com/uiri/toml/issues/270>
- <https://github.com/microsoft/vscode/issues/40239>
- <https://github.com/microsoft/vscode/issues/168411>
- <https://github.com/ronaldoussoren/altgraph/pull/25>
- <https://github.com/python/mypy/issues/6700>
- <https://github.com/python/mypy/issues/15146>
- <https://github.com/python/mypy/issues/4409>
Expand All @@ -116,6 +116,7 @@ Not a developer? You can still help through the following methods:
- <https://github.com/boppreh/keyboard/issues/216>
- <https://github.com/boppreh/keyboard/issues/161>
- <https://github.com/asweigart/pyautogui/issues/663>
- <https://github.com/asweigart/pyautogui/pull/911>
- <https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+>

## Credits
Expand Down
2 changes: 1 addition & 1 deletion src/capture_method/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_method_by_index(self, index: int):

# Disallow unsafe get w/o breaking it at runtime
@override
def __getitem__( # type:ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
def __getitem__( # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
self, key: Never, /
) -> type[CaptureMethodBase]:
return super().__getitem__(key)
Expand Down

0 comments on commit 5e21312

Please sign in to comment.