Skip to content

Commit

Permalink
chore: Import modules on separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamb committed Aug 28, 2024
1 parent 6b58d2e commit ce1be07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/run-test.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ce1be07

Please sign in to comment.