Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bolt/parse.py
Original file line number Diff line number Diff line change
@@ -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,
]
),

0 comments on commit a971b07

Please sign in to comment.