Update test_packages.py

This commit is contained in:
Ayaz Salikhov
2022-07-11 21:59:24 +04:00
parent 622ebdd671
commit b186ce5fea

View File

@@ -38,7 +38,8 @@ Example:
""" """
import logging import logging
from typing import Callable, Iterable from collections.abc import Iterable
from typing import Callable
import pytest # type: ignore import pytest # type: ignore