diff options
Diffstat (limited to 'buildstream/plugins/elements/junction.py')
-rw-r--r-- | buildstream/plugins/elements/junction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/junction.py b/buildstream/plugins/elements/junction.py index ee5ed24d5..7f9817359 100644 --- a/buildstream/plugins/elements/junction.py +++ b/buildstream/plugins/elements/junction.py @@ -124,7 +124,7 @@ the user to resolve possibly conflicting nested junctions by creating a junction with the same name in the top-level project, which then takes precedence. """ -from collections import Mapping +from collections.abc import Mapping from buildstream import Element from buildstream._pipeline import PipelineError |