Skip to content

Commit c4dd28a

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 45e3d60 commit c4dd28a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/module_utils/arguments.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
"type": "float",
3838
"default": 10.0,
3939
"required": False,
40-
"fallback": (env_fallback, ["CONTROLLER_REQUEST_TIMEOUT", "AAP_REQUEST_TIMEOUT"]),
40+
"fallback": (
41+
env_fallback,
42+
["CONTROLLER_REQUEST_TIMEOUT", "AAP_REQUEST_TIMEOUT"],
43+
),
4144
"aliases": ["aap_request_timeout"],
4245
},
4346
}

0 commit comments

Comments
 (0)