Skip to content
Snippets Groups Projects
Commit 14c81d99 authored by Jürg Billeter's avatar Jürg Billeter Committed by Tristan Van Berkom
Browse files

Remove unused _KeyStrength imports

parent e6910600
No related branches found
No related tags found
1 merge request!296Contain cache key handling in Element class
......@@ -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
......
......@@ -24,7 +24,6 @@ import tarfile
import subprocess
from .. import utils, ProgramNotFoundError
from ..element import _KeyStrength
from .._exceptions import ArtifactError
from . import ArtifactCache
......
......@@ -19,9 +19,6 @@
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
# Jürg Billeter <juerg.billeter@codethink.co.uk>
# BuildStream toplevel imports
from ..element import _KeyStrength
# Local imports
from . import Queue, QueueStatus, QueueType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment