diff --git a/tests/run-test.py b/tests/run-test.py index 078b9e8..3dfdc6d 100755 --- a/tests/run-test.py +++ b/tests/run-test.py @@ -1,8 +1,12 @@ #!/usr/bin/env python3 -import os, subprocess, sys, time +import os +import subprocess +import sys +import time from subprocess import PIPE + def sleep(seconds): print(f"Waiting {seconds} seconds") time.sleep(seconds)