diff options
Diffstat (limited to 'tests/pyreverse/test_main.py')
| -rw-r--r-- | tests/pyreverse/test_main.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/pyreverse/test_main.py b/tests/pyreverse/test_main.py index 072542c3a..b5ea3fda9 100644 --- a/tests/pyreverse/test_main.py +++ b/tests/pyreverse/test_main.py @@ -3,9 +3,13 @@ # Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt """Unittest for the main module.""" + +from __future__ import annotations + import os import sys -from typing import Any, Iterator +from collections.abc import Iterator +from typing import Any from unittest import mock import pytest |
