We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707c11 commit 7f4570cCopy full SHA for 7f4570c
tests/conftest.py
@@ -1,9 +1,10 @@
1
import shutil
2
import subprocess
3
import sys
4
+from collections.abc import Generator
5
from dataclasses import dataclass, field
6
from pathlib import Path
-from typing import Any, Callable, Dict, Generator, List, Union
7
+from typing import Any, Callable, Dict, List, Union
8
from unittest.mock import patch
9
10
import pytest
0 commit comments