Skip to content

Commit

Permalink
adjust return type
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Aug 7, 2024
1 parent f60441e commit 0d154f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rattler_build_conda_compat/jinja/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RecipeWithContext(TypedDict, total=False):
context: dict[str, str]


def jinja_env() -> jinja2.Environment:
def jinja_env() -> SandboxedEnvironment:
"""
Create a `rattler-build` specific Jinja2 environment with modified syntax.
Target platform, build platform, and mpi are set to linux-64 by default.
Expand Down

0 comments on commit 0d154f0

Please sign in to comment.