We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361c7a3 commit 40afcc1Copy full SHA for 40afcc1
1 file changed
third_party/2and3/mypy_extensions.pyi
@@ -1,7 +1,8 @@
1
import abc
2
import sys
3
from typing import (
4
- Dict, Type, TypeVar, Optional, Union, Any, Generic, Mapping, ItemsView, KeysView, ValuesView
+ Dict, Type, TypeVar, Optional, Union, Any, Generic, Mapping, ItemsView, KeysView, ValuesView,
5
+ Callable,
6
)
7
8
_T = TypeVar('_T')
0 commit comments