Merge branch '3.0.x' into 3.x

This commit is contained in:
Takeshi KOMIYA 2020-04-05 23:57:05 +09:00
commit 4f33a1eb86
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import typing
import warnings import warnings
from functools import partial, partialmethod from functools import partial, partialmethod
from inspect import ( # NOQA from inspect import ( # NOQA
Parameter, isclass, ismethod, ismethoddescriptor, isroutine, unwrap Parameter, isclass, ismethod, ismethoddescriptor, unwrap
) )
from io import StringIO from io import StringIO
from typing import Any, Callable, Mapping, List, Tuple from typing import Any, Callable, Mapping, List, Tuple

View File

@ -1422,7 +1422,7 @@ def test_wrappedfunction(app):
' :module: target.wrappedfunction', ' :module: target.wrappedfunction',
'', '',
' This function is slow.', ' This function is slow.',
' ', '',
] ]