From 240d15f30f24d40cff76b8f11deb87ebdd2fa030 Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Fri, 2 Feb 2024 18:10:44 +0000 Subject: [PATCH] Update provider/astronomer/providers/venv/decorators.py Co-authored-by: Collin McNulty --- provider/astronomer/providers/venv/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/astronomer/providers/venv/decorators.py b/provider/astronomer/providers/venv/decorators.py index 7ab1686..f1568b8 100644 --- a/provider/astronomer/providers/venv/decorators.py +++ b/provider/astronomer/providers/venv/decorators.py @@ -38,7 +38,7 @@ def get_python_source(self): res = remove_task_decorator(res, self.custom_operator_name) return res - # Override the version from superclass to be tollerant of astro specific post releases. + # Override the version from superclass to be tolerant of astro specific post releases. def _get_airflow_version_from_target_env(self) -> str | None: import subprocess