Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2024
1 parent a1cda0f commit 0286bbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ansiblelint/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,7 @@ def render_yaml(text: str) -> str:

_ReStringMatch = re.Match[str] # regex match object
_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub
_EscapeSubMethod = Callable[
[_ReSubCallable, str, int], str
]
_EscapeSubMethod = Callable[[_ReSubCallable, str, int], str]


def escape(
Expand Down

0 comments on commit 0286bbd

Please sign in to comment.