This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 58cad0e00e59865846872c37020090eb858796e6 Author: Jürg Billeter <[email protected]> AuthorDate: Thu May 20 11:27:10 2021 +0200 _artifactelement.py: Remove unused Artifact import --- src/buildstream/_artifactelement.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildstream/_artifactelement.py b/src/buildstream/_artifactelement.py index cf7f55d..4d482ca 100644 --- a/src/buildstream/_artifactelement.py +++ b/src/buildstream/_artifactelement.py @@ -24,7 +24,6 @@ from contextlib import suppress from . import Element from . import _cachekey -from ._artifact import Artifact from ._artifactproject import ArtifactProject from ._exceptions import ArtifactElementError from ._loader import LoadElement
