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)