From 25a40113c47541da41c50f3c12dc35a604a3d1e1 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Sat, 9 Nov 2024 22:41:26 +0300 Subject: [PATCH] Fix the indent in the modal snippet in the docs --- .../deploy_snippets/deploy-with-modal-snippets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy_snippets/deploy-with-modal-snippets.py b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy_snippets/deploy-with-modal-snippets.py index 48497a09b3..4857984759 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy_snippets/deploy-with-modal-snippets.py +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy_snippets/deploy-with-modal-snippets.py @@ -54,11 +54,10 @@ def load_tables() -> None: # Print run statistics print(load_info) - # @@@DLT_SNIPPET_END modal_function + # @@@DLT_SNIPPET_END modal_function assert_load_info(load_info) - import pytest from modal.exception import ExecutionError