mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
address issues raised from latest mypy (#972)
This commit is contained in:
@ -47,7 +47,7 @@ def reduce_logging() -> None:
|
||||
"adal-python",
|
||||
]
|
||||
|
||||
for name in logging.Logger.manager.loggerDict: # type: ignore
|
||||
for name in logging.Logger.manager.loggerDict:
|
||||
logger = logging.getLogger(name)
|
||||
for prefix in to_quiet:
|
||||
if logger.name.startswith(prefix):
|
||||
|
Reference in New Issue
Block a user