Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 15, 2024
1 parent e3f0556 commit 6b18e61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt_common/clients/_jinja_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def rewind(self, amount: int = 1) -> None:
self.pos -= amount

def _search(self, pattern: re.Pattern) -> Optional[re.Match]:

# Check to see if we have cached a search for this pattern already.
positioned_match = self._past_matches.get(pattern)

Expand Down

0 comments on commit 6b18e61

Please sign in to comment.