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] authored and pr-watson committed Oct 16, 2024
1 parent 50018cd commit ef30ecb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
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 @@ -20,7 +20,6 @@
from convert2rhel.logger import root_logger
from convert2rhel.pkghandler import get_total_packages_to_update
from convert2rhel.systeminfo import system_info
from convert2rhel.utils import warn_deprecated_env


logger = root_logger.getChild(__name__)
Expand Down Expand Up @@ -78,7 +77,6 @@ def run(self):
return

if len(packages_to_update) > 0:

package_not_up_to_date_error_message = (
"The system has {} package(s) not updated based on repositories defined in the system repositories.\n"
"List of packages to update: {}.\n\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@

__metaclass__ = type

import os

import pytest
import six

from convert2rhel import actions, pkgmanager, unit_tests
from convert2rhel import actions, pkgmanager
from convert2rhel.actions.system_checks import package_updates
from convert2rhel.unit_tests.conftest import centos8, oracle8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import re

import pytest
Expand Down

0 comments on commit ef30ecb

Please sign in to comment.