Skip to content

Commit 2015fa4

Browse files
committed
Remove an obsolete comment
1 parent d3891ab commit 2015fa4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stdlib/types.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ _T2 = TypeVar("_T2")
6868
_KT_co = TypeVar("_KT_co", covariant=True)
6969
_VT_co = TypeVar("_VT_co", covariant=True)
7070

71-
# Make sure this class definition stays roughly in line with `builtins.function`
7271
@final
7372
class FunctionType:
7473
@property

0 commit comments

Comments
 (0)