diff --git a/tests/conftest.py b/tests/conftest.py index e07c239..9948cfb 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,5 @@ -from collections.abc import Generator from pathlib import Path -from typing import Callable, List, Optional +from typing import Callable, Generator, List, Optional from unittest.mock import Mock, patch from uuid import UUID, uuid4