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 ea17f549f362fa7e47d03e8f5ec2b2d3ed91fd6b Author: Jürg Billeter <[email protected]> AuthorDate: Thu May 20 11:27:30 2021 +0200 _assetcache.py: Remove unused MappingNode import --- src/buildstream/_assetcache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildstream/_assetcache.py b/src/buildstream/_assetcache.py index e096c5f..1435969 100644 --- a/src/buildstream/_assetcache.py +++ b/src/buildstream/_assetcache.py @@ -22,7 +22,6 @@ from typing import List, Dict, Tuple, Iterable, Optional import grpc from . import utils -from .node import MappingNode from ._cas import CASRemote, CASCache from ._exceptions import AssetCacheError, RemoteError from ._remotespec import RemoteSpec, RemoteType
