Skip to content

Commit

Permalink
Update provider/astronomer/providers/venv/decorators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Collin McNulty <[email protected]>
  • Loading branch information
ashb and collinmcnulty authored Feb 2, 2024
1 parent 192f8c3 commit 240d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/astronomer/providers/venv/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 240d15f

Please sign in to comment.