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 2fa0b25 commit 187e502Copy full SHA for 187e502
src/databricks/labs/pytester/fixtures/baseline.py
@@ -1,7 +1,8 @@
1
import logging
2
import random
3
import string
4
-from typing import Any, Callable, Generator, TypeVar
+from collections.abc import Callable, Generator
5
+from typing import Any, TypeVar
6
7
from pytest import fixture
8
0 commit comments