Skip to content

Commit

Permalink
make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Jul 27, 2023
1 parent 9332577 commit 23091a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obal/data/modules/copr_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import re
import json

from subprocess import CalledProcessError
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.copr import copr_cli, CoprCliCommandError, full_name # pylint:disable=import-error,no-name-in-module
from ansible.module_utils.obal import get_srpm_name, get_srpm_nevr # pylint:disable=import-error,no-name-in-module
from subprocess import CalledProcessError


def get_package_info(module, user, project, package, config_file=None):
Expand Down

0 comments on commit 23091a5

Please sign in to comment.