Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 25f4e2f

Browse files
committed
ruff fix
1 parent c081109 commit 25f4e2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackql_deploy/cmd/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def run(self, dry_run, show_queries, on_failure, output_file=None):
252252
)
253253
# Clear the failed exports result
254254
exports_result_from_proxy = None
255-
255+
256256
if exists_query:
257257
resource_exists = self.check_if_resource_exists(
258258
False,
@@ -348,7 +348,7 @@ def run(self, dry_run, show_queries, on_failure, output_file=None):
348348
# Otherwise fall back to exports config
349349
post_deploy_retries = statecheck_retries if statecheck_retries > 1 else exports_retries
350350
post_deploy_delay = statecheck_retry_delay if statecheck_retries > 1 else exports_retry_delay
351-
351+
352352
is_correct_state, exports_result_from_proxy = self.check_state_using_exports_proxy(
353353
resource,
354354
full_context,

0 commit comments

Comments
 (0)