use deprecated Generator for python3.8 support

This commit is contained in:
Benedikt Bartscher 2024-07-04 23:30:47 +02:00
parent bec31ff406
commit 548094fb85
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
import shutil import shutil
from collections.abc import Generator
from pathlib import Path from pathlib import Path
from typing import Generator
import pytest import pytest