summaryrefslogtreecommitdiffstats
path: root/lib/ansible/utils/shlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/utils/shlex.py')
-rw-r--r--lib/ansible/utils/shlex.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ansible/utils/shlex.py b/lib/ansible/utils/shlex.py
index 8f50ffd..470270d 100644
--- a/lib/ansible/utils/shlex.py
+++ b/lib/ansible/utils/shlex.py
@@ -15,9 +15,7 @@
# You should have received a copy of the GNU General Public License
# alongwith Ansible. If not, see <http://www.gnu.org/licenses/>.
-# Make coding more python3-ish
-from __future__ import (absolute_import, division, print_function)
-__metaclass__ = type
+from __future__ import annotations
import shlex