Skip to content

Commit

Permalink
fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
usamasaqib committed Nov 29, 2023
1 parent 010293d commit 668d905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/kernel_matrix_testing/vmconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import platform
from urllib.parse import urlparse

from .init_kmt import KMT_STACKS_DIR, VMCONFIG, KMT_ROOTFS_DIR, check_and_get_stack
from .init_kmt import KMT_ROOTFS_DIR, KMT_STACKS_DIR, VMCONFIG, check_and_get_stack
from .stacks import create_stack, stack_exists
from .tool import Exit, ask, info, warn

Expand Down

0 comments on commit 668d905

Please sign in to comment.