diff --git a/generators/python/sdk/VERSION b/generators/python/sdk/VERSION index 916201c9982..d001c2ea883 100644 --- a/generators/python/sdk/VERSION +++ b/generators/python/sdk/VERSION @@ -1 +1 @@ -1.3.0-rc5 +1.3.0-rc6 diff --git a/generators/python/src/fern_python/snippet/snippet_template_factory.py b/generators/python/src/fern_python/snippet/snippet_template_factory.py index 7fa9070806b..98fe1fc37da 100644 --- a/generators/python/src/fern_python/snippet/snippet_template_factory.py +++ b/generators/python/src/fern_python/snippet/snippet_template_factory.py @@ -718,7 +718,7 @@ def generate_templates(self) -> List[SnippetRegistryEntry]: # Create the outermost template, with the above template inputs init_expression = AST.Expression( - f"await {self.CLIENT_FIXTURE_NAME}.{package_path}{get_endpoint_name(endpoint)}(\n{self.TEMPLATE_SENTINEL}\n)" + f"await {self.CLIENT_FIXTURE_NAME}.{package_path}{get_endpoint_name(endpoint)}(\n\t{self.TEMPLATE_SENTINEL}\n)" ) init_string_template = self._expression_to_snippet_str(init_expression) function_template = Template.factory.generic(