diff options
| author | omnom62 <omnom62@outlook.com> | 2026-03-20 21:50:13 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-03-20 21:50:13 +1000 |
| commit | 7599ba96bc3b659cb2a5f00b1be46ab6f55f48a6 (patch) | |
| tree | 35b39a126fe94f8917352aa2c229d3022d1223e4 /plugins/module_utils/utils.py | |
| parent | 9dc03bb92e08455812e0969505495309456a4bfb (diff) | |
| download | rest.vyos-7599ba96bc3b659cb2a5f00b1be46ab6f55f48a6.tar.gz rest.vyos-7599ba96bc3b659cb2a5f00b1be46ab6f55f48a6.zip | |
precommit changes
Diffstat (limited to 'plugins/module_utils/utils.py')
| -rw-r--r-- | plugins/module_utils/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/module_utils/utils.py b/plugins/module_utils/utils.py index f256247..f8a738f 100644 --- a/plugins/module_utils/utils.py +++ b/plugins/module_utils/utils.py @@ -37,4 +37,4 @@ def normalize_to_dict(value): if isinstance(value, str): return {value: {}} - return {}
\ No newline at end of file + return {} |
