mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Fix linter errors
This commit is contained in:
parent
828051854e
commit
cc4621ad20
2 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@ import logging
|
|||
|
||||
from contextlib import contextmanager
|
||||
|
||||
|
||||
def get_handlers():
|
||||
"""Obtain pointers to all StreamHandlers."""
|
||||
handlers = {}
|
||||
|
@ -46,4 +47,3 @@ def less_console_noise():
|
|||
# restore the streams
|
||||
for handler in handlers.values():
|
||||
handler.setStream(restore[handler.name])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue