summaryrefslogtreecommitdiff
path: root/buildstream/_loader/loadelement.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_loader/loadelement.py')
-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 4104dfd59..72e89879e 100644
--- a/buildstream/_loader/loadelement.py
+++ b/buildstream/_loader/loadelement.py
@@ -18,7 +18,7 @@
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
# System imports
-from collections import Mapping
+from collections.abc import Mapping
# BuildStream toplevel imports
from .._exceptions import LoadError, LoadErrorReason