ansible-collection-hetzner-.../plugins/inventory
Jonas L 4bb02b9cd2
refactor: remove unneeded to_native calls (#477)
##### SUMMARY

Since we only support python >=3.8, the `to_native` python2/3
compatibility function is not needed anymore. We only keep it for
printing a traceback free exception message. Where a type conversion is
needed, we use the built-in `str()` function.
2024-03-27 14:11:30 +01:00
..
__init__.py Initial commit 2020-03-09 13:36:01 +00:00
hcloud.py refactor: remove unneeded to_native calls (#477) 2024-03-27 14:11:30 +01:00