Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Oct 9, 2024
1 parent cee66bb commit e72f56d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 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
1 change: 0 additions & 1 deletion convert2rhel/toolopts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
__metaclass__ = type

import logging
import os

from convert2rhel.utils.subscription import setup_rhsm_parts

Expand Down

0 comments on commit e72f56d

Please sign in to comment.