Skip to content

Commit

Permalink
fixity
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Jun 14, 2024
1 parent 158152d commit 34b57ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions subiquity/server/controllers/cmdlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
import attr
from systemd import journal

from subiquity.common.types import ApplicationState
from subiquity.server.controller import NonInteractiveController
from subiquitycore.async_helpers import run_bg_task
from subiquitycore.context import with_context
from subiquitycore.utils import arun_command

Expand Down
2 changes: 1 addition & 1 deletion subiquity/server/controllers/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from subiquity.server.kernel import list_installed_kernels
from subiquity.server.mounter import Mounter, Mountpoint
from subiquity.server.types import InstallerChannels
from subiquitycore.async_helpers import run_bg_task, run_in_thread
from subiquitycore.async_helpers import run_in_thread
from subiquitycore.context import with_context
from subiquitycore.file_util import (
generate_config_yaml,
Expand Down

0 comments on commit 34b57ab

Please sign in to comment.