diff --git a/plugins/modules/hcloud_firewall.py b/plugins/modules/hcloud_firewall.py index 6c2b475..b69a003 100644 --- a/plugins/modules/hcloud_firewall.py +++ b/plugins/modules/hcloud_firewall.py @@ -3,6 +3,7 @@ # Copyright: (c) 2020, Hetzner Cloud GmbH # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# from __future__ import absolute_import, division, print_function diff --git a/plugins/modules/hcloud_server.py b/plugins/modules/hcloud_server.py index 25e8445..6798397 100644 --- a/plugins/modules/hcloud_server.py +++ b/plugins/modules/hcloud_server.py @@ -3,6 +3,7 @@ # Copyright: (c) 2019, Hetzner Cloud GmbH # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# from __future__ import absolute_import, division, print_function