Skip to content

Commit 187e502

Browse files
committed
Fix imports
1 parent 2fa0b25 commit 187e502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/databricks/labs/pytester/fixtures/baseline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import logging
22
import random
33
import string
4-
from typing import Any, Callable, Generator, TypeVar
4+
from collections.abc import Callable, Generator
5+
from typing import Any, TypeVar
56

67
from pytest import fixture
78

0 commit comments

Comments
 (0)