logging.BASIC_FORMAT also for python2.7 (#2283)

This commit is contained in:
Philipp Hahn
2018-06-28 05:14:06 +02:00
committed by Jelle Zijlstra
parent ee07115c96
commit f8041d08db

View File

@@ -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