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 majamassarini committed Nov 28, 2024
1 parent 9403b7a commit 03c0f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packit_service/worker/handlers/copr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
from celery import Task, signature
from ogr.services.github import GithubProject
from ogr.services.gitlab import GitlabProject

from packit.config import (
JobConfig,
JobConfigTriggerType,
JobType,
)
from packit.config.package_config import PackageConfig

from packit_service import sentry_integration
from packit_service.constants import (
COPR_API_SUCC_STATE,
Expand Down
1 change: 1 addition & 0 deletions packit_service/worker/handlers/mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from packit.exceptions import PackitException
from packit.utils.koji_helper import KojiHelper
from packit.vm_image_build import ImageBuilder

from packit_service.config import ProjectToSync
from packit_service.constants import COPR_SRPM_CHROOT, KojiBuildState
from packit_service.models import (
Expand Down

0 comments on commit 03c0f11

Please sign in to comment.