Enable ruff import sorting

This commit is contained in:
Jordan Carlin 2025-02-15 15:44:24 -08:00
parent 706c856500
commit 4595e2cfb6
No known key found for this signature in database
22 changed files with 70 additions and 55 deletions

View file

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