[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2021-10-01 14:53:25 +00:00
parent 14d5b4ca6c
commit de1f378b60
1 changed files with 2 additions and 2 deletions

View File

@ -447,8 +447,8 @@ class LogCaptureFixture:
self.handler.reset()
def set_level(self, level: Union[int, str], logger: Optional[str] = None) -> None:
"""Sets the threshold for this logger to level. Logging messages which are less
severe than level will be ignored; logging messages which have severity level or
"""Sets the threshold for this logger to level. Logging messages which are less
severe than level will be ignored; logging messages which have severity level or
higher will be emitted by whichever handler or handlers service this logger, unless
a handlers level has been set to a higher severity level than level.