Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriv committed Oct 7, 2024
1 parent 21a1c31 commit a70f349
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 @@ -144,7 +144,6 @@ def rewind(self, amount: int = 1) -> None:
self.pos -= amount

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

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

Expand Down

0 comments on commit a70f349

Please sign in to comment.