summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-02-12 17:18:30 +0000
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-02-12 17:18:30 +0000
commit202c9eb05547a0e39ac3d4904ef1c12e5dd4c40f (patch)
tree2f175cd89e44738380af08a808403cf7c918e16e
parentd0d5d5cc4bed4a82d72448517b4cf03c0dfada56 (diff)
downloadbuildstream-bschubert/rework-circular-check.tar.gz
fixup! Build dependency cache eagerlybschubert/rework-circular-check
-rw-r--r--buildstream/_loader/loadelement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_loader/loadelement.py b/buildstream/_loader/loadelement.py
index 777aaa375..9a622c6ee 100644
--- a/buildstream/_loader/loadelement.py
+++ b/buildstream/_loader/loadelement.py
@@ -21,7 +21,7 @@
from collections.abc import Mapping
from itertools import count
-from pyroaring import BitMap, FrozenBitMap # pylint: disable=no-name-in-module
+from pyroaring import BitMap # pylint: disable=no-name-in-module
# BuildStream toplevel imports
from .._exceptions import LoadError, LoadErrorReason