This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/remote-cache-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 94d2b746c39a61a108561ab306150be4bee9703c
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

Reply via email to