Update pylint to 2.8.0 (#49637)

This commit is contained in:
Marc Mueller
2021-04-25 02:39:24 +02:00
committed by GitHub
parent 28eaa67986
commit f1d48ddfe3
32 changed files with 114 additions and 114 deletions

View File

@@ -145,6 +145,7 @@ def daemonize() -> None:
sys.exit(0)
# redirect standard file descriptors to devnull
# pylint: disable=consider-using-with
infd = open(os.devnull)
outfd = open(os.devnull, "a+")
sys.stdout.flush()