diff options
Diffstat (limited to 'test/units/galaxy/test_user_agent.py')
-rw-r--r-- | test/units/galaxy/test_user_agent.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/units/galaxy/test_user_agent.py b/test/units/galaxy/test_user_agent.py index da0103f395..f771324b2d 100644 --- a/test/units/galaxy/test_user_agent.py +++ b/test/units/galaxy/test_user_agent.py @@ -2,8 +2,7 @@ # Copyright: (c) 2019, 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 platform |