diff --git a/bolt/parse.py b/bolt/parse.py index 9f40eba..fcecc0a 100644 --- a/bolt/parse.py +++ b/bolt/parse.py @@ -268,7 +268,9 @@ def get_bolt_parsers( ), "bolt:import": AlternativeParser( [ - ImportLocationConstraint(parsers["resource_location_or_tag"]), + ImportLocationConstraint( + DisableInterpolationParser(delegate("resource_location_or_tag")) + ), parse_python_import, ] ),