Skip to content

Commit bdf1864

Browse files
committed
gitlab: fix commit status description
1 parent b2d7b40 commit bdf1864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot_nix/buildbot_nix/gitlab_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from buildbot.changes.base import ChangeSource
99
from buildbot.config.builder import BuilderConfig
1010
from buildbot.plugins import util
11+
from buildbot.process.properties import Interpolate
1112
from buildbot.reporters.base import ReporterBase
1213
from buildbot.reporters.gitlab import GitLabStatusPush
1314
from buildbot.util import httpclientservice
@@ -29,7 +30,7 @@
2930
paginated_github_request,
3031
slugify_project_name,
3132
)
32-
from buildbot_nix.models import GitlabConfig, Interpolate
33+
from buildbot_nix.models import GitlabConfig
3334
from buildbot_nix.nix_status_generator import BuildNixEvalStatusGenerator
3435
from buildbot_nix.projects import GitBackend, GitProject
3536

0 commit comments

Comments
 (0)