X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3bb92146f59804a6ead47d5f2d0fdc47daa6b698..6f84f652850dca8a1b578581e2fbb2cb95e791cc:/tests/optional.py diff --git a/tests/optional.py b/tests/optional.py index 8a39cc4..3f5277b 100644 --- a/tests/optional.py +++ b/tests/optional.py @@ -26,7 +26,7 @@ try: from pytest import StashKey except ImportError: # pytest < 7 - from _pytest.store import StoreKey as StashKey # type: ignore[no-redef] + from _pytest.store import StoreKey as StashKey # type: ignore[import, no-redef] log = logging.getLogger(__name__)