From 5e0c61f8e055b3691d874eb8ad932f3bc75d504d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Mar 2016 11:00:23 -0800 Subject: [PATCH] Fix traceback.pyi right. (Sorry!) --- stdlib/3/traceback.pyi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stdlib/3/traceback.pyi b/stdlib/3/traceback.pyi index 8c5e781fa..b3913b3e2 100644 --- a/stdlib/3/traceback.pyi +++ b/stdlib/3/traceback.pyi @@ -1,6 +1,7 @@ # Stubs for traceback -from types import List, TracebackType +from typing import List +from types import TracebackType import typing # TODO signatures