style: sort imports ascending

This commit is contained in:
2026-04-12 15:41:11 +02:00
parent 083d37dece
commit 1a165876fe
7 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import logging
from . import params, page, data_dir
from . import data_dir, page, params
class Registry: