mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
set root for logging dict config to be non-None (#11077)
This commit is contained in:
@@ -55,7 +55,7 @@ class _OptionalDictConfigArgs(TypedDict, total=False):
|
||||
filters: dict[str, _FilterConfiguration]
|
||||
handlers: dict[str, _HandlerConfiguration]
|
||||
loggers: dict[str, _LoggerConfiguration]
|
||||
root: _RootLoggerConfiguration | None
|
||||
root: _RootLoggerConfiguration
|
||||
incremental: bool
|
||||
disable_existing_loggers: bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user