diff --git a/stdlib/2and3/logging/__init__.pyi b/stdlib/2and3/logging/__init__.pyi index 7d80ca82d..e840c2d57 100644 --- a/stdlib/2and3/logging/__init__.pyi +++ b/stdlib/2and3/logging/__init__.pyi @@ -413,5 +413,7 @@ if sys.version_info >= (3,): class StringTemplateStyle(PercentStyle): _tpl = ... # type: Template - BASIC_FORMAT = ... # type: str _STYLES = ... # type: Dict[str, Tuple[PercentStyle, str]] + + +BASIC_FORMAT = ... # type: str