PEP8 Cleanups

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-14 20:40:10 -04:00
parent 5ef73d992c
commit 78517971ed
8 changed files with 0 additions and 9 deletions

View File

@@ -13,4 +13,3 @@ def mute_stdout():
sys.stdout = NullFile()
yield
sys.stdout = stdout_old