Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 8, 2024
1 parent 62b3920 commit fd0587a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions convert2rhel/actions/post_conversion/hostmetering.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
__metaclass__ = type


import os

from convert2rhel import actions, systeminfo
from convert2rhel.logger import root_logger
from convert2rhel.pkgmanager import call_yum_cmd
Expand Down
1 change: 0 additions & 1 deletion convert2rhel/actions/pre_ponr_changes/kernel_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
__metaclass__ = type

import itertools
import os
import re

from functools import cmp_to_key
Expand Down
2 changes: 0 additions & 2 deletions convert2rhel/actions/system_checks/is_loaded_kernel_latest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
__metaclass__ = type


import os

from convert2rhel import actions, repo
from convert2rhel.logger import root_logger
from convert2rhel.pkghandler import compare_package_versions
Expand Down
2 changes: 0 additions & 2 deletions convert2rhel/actions/system_checks/package_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
__metaclass__ = type


import os

from convert2rhel import actions, pkgmanager, utils
from convert2rhel.logger import root_logger
from convert2rhel.pkghandler import get_total_packages_to_update
Expand Down
2 changes: 0 additions & 2 deletions convert2rhel/actions/system_checks/tainted_kmods.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
__metaclass__ = type


import os

from convert2rhel import actions
from convert2rhel.logger import root_logger
from convert2rhel.utils import run_subprocess, warn_deprecated_env
Expand Down

0 comments on commit fd0587a

Please sign in to comment.