Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 17, 2024
1 parent 8f447c3 commit 94f4e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/sql/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _execute_query_with_retry(
bindings=bindings,
retryable_exceptions=retryable_exceptions,
retry_limit=retry_limit,
attempt=attempt+1,
attempt=attempt + 1,
)

connection = self.get_thread_connection()
Expand Down

0 comments on commit 94f4e11

Please sign in to comment.