Skip to content

Commit 40afcc1

Browse files
committed
...
1 parent 361c7a3 commit 40afcc1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

third_party/2and3/mypy_extensions.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import abc
22
import sys
33
from typing import (
4-
Dict, Type, TypeVar, Optional, Union, Any, Generic, Mapping, ItemsView, KeysView, ValuesView
4+
Dict, Type, TypeVar, Optional, Union, Any, Generic, Mapping, ItemsView, KeysView, ValuesView,
5+
Callable,
56
)
67

78
_T = TypeVar('_T')

0 commit comments

Comments
 (0)