format top-level imports to be in order of length & remove unnecessary print statements

This commit is contained in:
2025-12-18 22:38:37 +00:00
parent 766ce08e0d
commit 661d29997d
3 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
import os
import json
import tomllib
from pathlib import Path
from importlib import resources