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 d3891ab commit 2015fa4Copy full SHA for 2015fa4
1 file changed
stdlib/types.pyi
@@ -68,7 +68,6 @@ _T2 = TypeVar("_T2")
68
_KT_co = TypeVar("_KT_co", covariant=True)
69
_VT_co = TypeVar("_VT_co", covariant=True)
70
71
-# Make sure this class definition stays roughly in line with `builtins.function`
72
@final
73
class FunctionType:
74
@property
0 commit comments