Require from __future__ import annotations (#81902)

This commit is contained in:
Matt Clay
2023-10-04 22:11:17 +00:00
committed by GitHub
parent 921efce43a
commit 9f899f9492
1151 changed files with 1193 additions and 2426 deletions
@@ -2,8 +2,7 @@
# Copyright: (c) 2018, Ansible Project
# 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)
__metaclass__ = type
from __future__ import annotations
import sys