Skip to content

Commit 18395e9

Browse files
benjambbarthalion
authored andcommitted
chore: Import modules on separate lines
1 parent e06bcdb commit 18395e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/run-test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/usr/bin/env python3
22

3-
import os, subprocess, sys, time
3+
import os
4+
import subprocess
5+
import sys
6+
import time
47
from subprocess import PIPE
58

9+
610
def sleep(seconds):
711
print(f"Waiting {seconds} seconds")
812
time.sleep(seconds)

0 commit comments

Comments
 (0)