Python multiple imports per line

This commit is contained in:
Jordan Carlin 2024-12-17 15:34:56 -08:00
parent dfe15414b0
commit d0b122a58a
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
import shutil, os
import shutil
import os
# if WALLY is defined, then get it
WALLY_HOME = os.getenv("WALLY")

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
import os,sys,subprocess
import os
import sys
import subprocess
from datetime import datetime, timezone, timedelta
if not os.path.isfile(sys.path[0]+'/slack-webhook-url.txt'):

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
import sys, fileinput
import sys
import fileinput
address = 0