Skip to content

Commit

Permalink
fixup! squash! Move code handling GPG keys to separate library
Browse files Browse the repository at this point in the history
  • Loading branch information
pirat89 committed Nov 10, 2023
1 parent d360d7f commit 1724e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from leapp import reporting
from leapp.exceptions import StopActorExecutionError
from leapp.libraries.common.config.version import get_target_major_version
from leapp.libraries.common.gpg import get_path_to_gpg_certs, get_gpg_fp_from_file, is_nogpgcheck_set
from leapp.libraries.common.gpg import get_gpg_fp_from_file, get_path_to_gpg_certs, is_nogpgcheck_set
from leapp.libraries.stdlib import api
from leapp.models import (
DNFWorkaround,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from leapp.exceptions import StopActorExecutionError
from leapp.libraries.common.gpg import get_path_to_gpg_certs, get_pubkeys_from_rpms, get_gpg_fp_from_file
from leapp.libraries.common.gpg import get_gpg_fp_from_file, get_path_to_gpg_certs, get_pubkeys_from_rpms
from leapp.libraries.stdlib import api
from leapp.models import GpgKey, InstalledRPM, TrustedGpgKeys

Expand Down

0 comments on commit 1724e92

Please sign in to comment.