Skip to content

Commit 081c484

Browse files
committed
Fix tempfile
1 parent 6cd0926 commit 081c484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-python/3.2/tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from random import Random as _Random
3838

3939
from typing import (
40-
Any as _Any, Callable as _Function, Iterator as _Iterator,
40+
Any as _Any, Callable as _Callable, Iterator as _Iterator,
4141
Undefined as _Undefined, List as _List, Tuple as _Tuple, Dict as _Dict,
4242
Iterable as _Iterable, IO as _IO, ducktype as _ducktype,
4343
Traceback as _Traceback

0 commit comments

Comments
 (0)