diff --git a/tests/unit/plugins/modules/gitlab.py b/tests/unit/plugins/modules/gitlab.py index 18d70c3403..8b5d133c64 100644 --- a/tests/unit/plugins/modules/gitlab.py +++ b/tests/unit/plugins/modules/gitlab.py @@ -5,8 +5,8 @@ from __future__ import annotations import json +import typing as t import unittest -from typing import Any from unittest.mock import Mock import gitlab @@ -45,7 +45,7 @@ def python_gitlab_version_match_requirement(): deleted_user_key_ids: list[str] = [] -created_user_keys: list[dict[str, Any]] = [] +created_user_keys: list[dict[str, t.Any]] = [] """