From 5cf17d4a7a8296ea7ed649222768342ba476b696 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 4 Feb 2025 13:54:14 +0000 Subject: [PATCH] Remove unused `bootc_unlock_requested` variable --- dnf/cli/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py index acbe24476..748479654 100644 --- a/dnf/cli/cli.py +++ b/dnf/cli/cli.py @@ -205,8 +205,6 @@ class BaseCli(dnf.Base): else: self.output.reportDownloadSize(install_pkgs, install_only) - bootc_unlock_requested = False - if trans or self._moduleContainer.isChanged() or \ (self._history and (self._history.group or self._history.env)): # confirm with user