Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
plat/runner: Fix python reorder imports lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Nov 7, 2021
1 parent b371f18 commit a8ac3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraft/plat/runner/kvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
from __future__ import absolute_import
from __future__ import unicode_literals

import subprocess
import platform
import subprocess

import kraft.util as util
from .runner import Runner
Expand Down

0 comments on commit a8ac3e3

Please sign in to comment.