Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2023
1 parent 2f0c166 commit ece5923
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ def execute_module(self):
errors="surrogate_then_replace",
)
commit_configuration(
self._module, confirm=confirm_timer, confirm_timeout=confirm_timeout
self._module,
confirm=confirm_timer,
confirm_timeout=confirm_timeout,
)
else:
discard_changes(self._module)
Expand Down

0 comments on commit ece5923

Please sign in to comment.