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 Jul 8, 2024
1 parent ec79e2d commit 4e3a4e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packit_service_fedmsg/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def _copr(topic: str, event: dict, packit_user: str) -> CallbackResult:

def _koji(topic: str, event: dict, packit_user: str) -> CallbackResult:
if "buildsys.tag" in topic:
what = (
f"[Koji] build:{event.get('build_id')} tag:{event.get('tag_name')}"
)
what = f"[Koji] build:{event.get('build_id')} tag:{event.get('tag_name')}"
return CallbackResult(msg=what)

if "buildsys.build.state" in topic:
Expand Down

0 comments on commit 4e3a4e1

Please sign in to comment.