Skip to content

Commit 532e592

Browse files
style: fix black formatting for is_transient_error call
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent dcd8a9f commit 532e592

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

elementary/clients/dbt/command_line_dbt_runner.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ def _inner_run_command_with_retries(
203203
if isinstance(exc.proc_err.stderr, bytes)
204204
else str(exc.proc_err.stderr)
205205
)
206-
if is_transient_error(
207-
self.target, output=output_text, stderr=stderr_text
208-
):
206+
if is_transient_error(self.target, output=output_text, stderr=stderr_text):
209207
raise DbtTransientError(
210208
result=DbtCommandResult(
211209
success=False,

0 commit comments

Comments
 (0)