Skip to content

Commit

Permalink
Update dbt_meshify/storage/jinja_blocks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas A. Yager <[email protected]>
  • Loading branch information
dave-connors-3 and nicholasyager authored May 21, 2024
1 parent c8aedf6 commit 14df390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt_meshify/storage/jinja_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def find_block_range(file_content: str, block_type: str, name: str) -> Tuple[int

for match in re.finditer(
r"{%-?\s*" + block_type + r"\s*" + name + r"\s*([(a-zA-Z0-9=,_ \'\")]*)\s*-?%}",
# r"\s*\((.*?)\)\s*-?%}"
file_content,
re.MULTILINE,
):
Expand Down

0 comments on commit 14df390

Please sign in to comment.