From 14c81d99ca3bcff3b7daf24500e061cc65ed7f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 27 Feb 2018 06:12:41 +0100 Subject: Remove unused _KeyStrength imports --- buildstream/_artifactcache/ostreecache.py | 1 - buildstream/_artifactcache/tarcache.py | 1 - buildstream/_scheduler/pullqueue.py | 3 --- 3 files changed, 5 deletions(-) (limited to 'buildstream') diff --git a/buildstream/_artifactcache/ostreecache.py b/buildstream/_artifactcache/ostreecache.py index 3053cdd65..fb1f772a3 100644 --- a/buildstream/_artifactcache/ostreecache.py +++ b/buildstream/_artifactcache/ostreecache.py @@ -26,7 +26,6 @@ import tempfile from .. import _ostree, _signals, utils from .._exceptions import ArtifactError -from ..element import _KeyStrength from .._ostree import OSTreeError from . import ArtifactCache diff --git a/buildstream/_artifactcache/tarcache.py b/buildstream/_artifactcache/tarcache.py index 1806725d8..ea01d378d 100644 --- a/buildstream/_artifactcache/tarcache.py +++ b/buildstream/_artifactcache/tarcache.py @@ -24,7 +24,6 @@ import tarfile import subprocess from .. import utils, ProgramNotFoundError -from ..element import _KeyStrength from .._exceptions import ArtifactError from . import ArtifactCache diff --git a/buildstream/_scheduler/pullqueue.py b/buildstream/_scheduler/pullqueue.py index 4cc0f8a1b..458c65e92 100644 --- a/buildstream/_scheduler/pullqueue.py +++ b/buildstream/_scheduler/pullqueue.py @@ -19,9 +19,6 @@ # Tristan Van Berkom # Jürg Billeter -# BuildStream toplevel imports -from ..element import _KeyStrength - # Local imports from . import Queue, QueueStatus, QueueType -- cgit v1.2.1