From ba1c2e4ea05a1541baab0549cd8643f617eaabde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Angel=20Mu=C3=B1oz=20Gonz=C3=A1lez?= Date: Tue, 3 Sep 2019 17:37:32 +0200 Subject: [PATCH] Update lib/ansible/module_utils/network/fortios/fortios.py Co-Authored-By: Nathaniel Case --- lib/ansible/module_utils/network/fortios/fortios.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/module_utils/network/fortios/fortios.py b/lib/ansible/module_utils/network/fortios/fortios.py index 7b2d01efb74..ff14788fb19 100644 --- a/lib/ansible/module_utils/network/fortios/fortios.py +++ b/lib/ansible/module_utils/network/fortios/fortios.py @@ -33,7 +33,6 @@ import traceback from ansible.module_utils._text import to_text from ansible.module_utils.basic import env_fallback -from ansible.module_utils.basic import to_text import json