Skip to content

Commit d68760d

Browse files
authored
Merge branch 'main' into renovate/all
2 parents 9d882b4 + 206aaca commit d68760d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ansible_compat/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def clean(self) -> None:
445445
for mod in modules_to_remove:
446446
del sys.modules[mod]
447447

448-
def run( # ruff: disable=PLR0913
448+
def run(
449449
self,
450450
args: str | list[str],
451451
*,

0 commit comments

Comments
 (0)