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