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
+2 -2
View File
@@ -1,8 +1,8 @@
import http.server
import os
import logging
import os
from . import params, handler, registry, project
from . import handler, params, project, registry
class StaplerServer: