Skip to content

Commit

Permalink
Revert "fix: COMMAND string should be raw to avoid SyntaxWarning: inv…
Browse files Browse the repository at this point in the history
…alid escape sequence '\s' (#38734)" (#38864)

This reverts commit bfaa4f2.
  • Loading branch information
vincbeck committed Apr 9, 2024
1 parent 5d10c4a commit b7ac00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/eks.py
Expand Up @@ -76,7 +76,7 @@ class NodegroupStates(Enum):
NONEXISTENT = "NONEXISTENT"


COMMAND = r"""
COMMAND = """
output=$({python_executable} -m airflow.providers.amazon.aws.utils.eks_get_token \
--cluster-name {eks_cluster_name} {args} 2>&1)
Expand Down

0 comments on commit b7ac00d

Please sign in to comment.