Remove duplicate future import (#85824)

pull/82052/merge
Matt Martz 3 months ago committed by GitHub
parent 1cd4369815
commit df1da0419e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,6 @@
# Copyright: (c) 2017, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import annotations
from __future__ import annotations
import copy

Loading…
Cancel
Save