diff options
Diffstat (limited to 'lib/ansible/modules/shell.py')
-rw-r--r-- | lib/ansible/modules/shell.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ansible/modules/shell.py b/lib/ansible/modules/shell.py index cd403b7..5cedd62 100644 --- a/lib/ansible/modules/shell.py +++ b/lib/ansible/modules/shell.py @@ -7,8 +7,7 @@ # it runs the 'command' module with special arguments and it behaves differently. # See the command source and the comment "#USE_SHELL". -from __future__ import absolute_import, division, print_function -__metaclass__ = type +from __future__ import annotations DOCUMENTATION = r''' |