Skip to content

Commit 6314852

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc70a5f commit 6314852

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packit/copr_helper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ def get_fields_to_change(
447447
additional_repos,
448448
)
449449

450-
if runtime_dependencies is not None and copr_proj.runtime_dependencies != runtime_dependencies:
450+
if (
451+
runtime_dependencies is not None
452+
and copr_proj.runtime_dependencies != runtime_dependencies
453+
):
451454
fields_to_change["runtime_dependencies"] = (
452455
copr_proj.runtime_dependencies,
453456
runtime_dependencies,

0 commit comments

Comments
 (0)