Skip to content

Commit b8c5175

Browse files
updated import statement for callable to include pyright ignore directive
1 parent e6e2f3c commit b8c5175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/six/six/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import operator
22
import types
33
import unittest
44
from _typeshed import IdentityFunction, SupportsGetItem, Unused
5-
from builtins import callable as callable, next as next
5+
from builtins import callable as callable, next as next # pyright: ignore[reportUnknownVariableType]
66
from collections.abc import Callable, ItemsView, Iterable, Iterator as _Iterator, KeysView, Mapping, ValuesView
77
from functools import wraps as wraps
88
from importlib.util import spec_from_loader as spec_from_loader

0 commit comments

Comments
 (0)