summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/tarcache.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-02-27 06:12:41 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-02-27 11:43:18 +0000
commit14c81d99ca3bcff3b7daf24500e061cc65ed7f9d (patch)
treeb831b42ef29b90139037f1e1effb368534f4f333 /buildstream/_artifactcache/tarcache.py
parente691060061938fa932d47119090d000abde6249a (diff)
downloadbuildstream-14c81d99ca3bcff3b7daf24500e061cc65ed7f9d.tar.gz
Remove unused _KeyStrength imports
Diffstat (limited to 'buildstream/_artifactcache/tarcache.py')
-rw-r--r--buildstream/_artifactcache/tarcache.py1
1 files changed, 0 insertions, 1 deletions
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