From f901fff70ee4351eb6e77e6554853f77bb3f2a52 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 7 Mar 2016 15:47:39 -0800 Subject: [PATCH] Add missing import of List from typing. --- stdlib/3/traceback.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/3/traceback.pyi b/stdlib/3/traceback.pyi index 21c256496..8c5e781fa 100644 --- a/stdlib/3/traceback.pyi +++ b/stdlib/3/traceback.pyi @@ -1,6 +1,6 @@ # Stubs for traceback -from types import TracebackType +from types import List, TracebackType import typing # TODO signatures