From 5e21312e2a0b7014039b969e5ad4a2b33300625e Mon Sep 17 00:00:00 2001 From: Avasam Date: Mon, 3 Feb 2025 22:11:36 -0500 Subject: [PATCH] Add more issues to upvote --- README.md | 5 +++-- src/capture_method/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bd618a2..84fc6acc 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,11 @@ Not a developer? You can still help through the following methods: - - - - - - - + - - - - + - - - - @@ -116,6 +116,7 @@ Not a developer? You can still help through the following methods: - - - + - - ## Credits diff --git a/src/capture_method/__init__.py b/src/capture_method/__init__.py index a494e0f5..45a28b5c 100644 --- a/src/capture_method/__init__.py +++ b/src/capture_method/__init__.py @@ -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)