From f888995239e40986065c18dd47656f2704ad043d Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Wed, 13 Apr 2022 13:01:03 +0100 Subject: [PATCH] Add back six.moves.configparser.Error (#7616) --- stubs/six/six/moves/configparser.pyi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/six/six/moves/configparser.pyi b/stubs/six/six/moves/configparser.pyi index 044861ce0..3367dbd19 100644 --- a/stubs/six/six/moves/configparser.pyi +++ b/stubs/six/six/moves/configparser.pyi @@ -1 +1,3 @@ +# Error is not included in __all__ so export it explicitly from configparser import * +from configparser import Error as Error