mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
logging.BASIC_FORMAT also for python2.7 (#2283)
This commit is contained in:
committed by
Jelle Zijlstra
parent
ee07115c96
commit
f8041d08db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user