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 790cff9 commit 4d9a2b5Copy full SHA for 4d9a2b5
tests/conftest.py
@@ -5,8 +5,8 @@
5
import pytest as pytest
6
from pyfakefs.fake_filesystem_unittest import Patcher
7
8
+from .clock import FakeClock
9
from databricks.sdk.core import Config
-from databricks.sdk.clock import FakeClock
10
from databricks.sdk.credentials_provider import credentials_strategy
11
12
from .integration.conftest import restorable_env # type: ignore
0 commit comments