style: sort imports ascending
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user