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
+6 -6
View File
@@ -1,13 +1,13 @@
import typing
import http.server
import http
import tarfile
import re
import http.server
import io
import os
import logging
import os
import re
import tarfile
import typing
from . import project, params, registry, data_dir, logs
from . import data_dir, logs, params, project, registry
class RequestHandler(http.server.SimpleHTTPRequestHandler):