Skip to content

Commit 125cda5

Browse files
committed
fix: collapse long function signature for ruff format compliance
1 parent 6c19e07 commit 125cda5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

testinfra/utils/ansible_runner.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ def get_ansible_host(
139139
},
140140
}
141141

142-
def get_config(
143-
name: str, default: None | bool | str = None
144-
) -> None | bool | str:
142+
def get_config(name: str, default: None | bool | str = None) -> None | bool | str:
145143
value = default
146144
option = options.get(name, {})
147145

0 commit comments

Comments
 (0)