diff options
Diffstat (limited to 'bin/ansible-console')
-rwxr-xr-x | bin/ansible-console | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ansible-console b/bin/ansible-console index 2325bf0..5805b97 100755 --- a/bin/ansible-console +++ b/bin/ansible-console @@ -5,8 +5,7 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # PYTHON_ARGCOMPLETE_OK -from __future__ import (absolute_import, division, print_function) -__metaclass__ = type +from __future__ import annotations # ansible.cli needs to be imported first, to ensure the source bin/* scripts run that code first from ansible.cli import CLI |