mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Fix deprecation warnings
This commit is contained in:
parent
e8b7bfb9c4
commit
d3a285b5d8
9 changed files with 97 additions and 88 deletions
|
@ -47,3 +47,5 @@ def less_console_noise():
|
|||
# restore the streams
|
||||
for handler in handlers.values():
|
||||
handler.setStream(restore[handler.name])
|
||||
# close the file we opened
|
||||
devnull.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue