drain: adds __init__.py and cleanups flake8 nits

This commit is contained in:
Michael Schmoock
2020-11-30 10:02:17 +01:00
committed by Christian Decker
parent b7abc6f188
commit 04254693ab
4 changed files with 37 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
import time
TIMEOUT=60
TIMEOUT = 60
def wait_for(success, timeout=TIMEOUT):