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")