Skip to content

Commit 56487bb

Browse files
committed
fix
1 parent 77dd4e3 commit 56487bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

databricks/sdk/_widgets/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
_LOG = logging.getLogger(__name__)
77

8+
89
class WidgetUtils(ABC):
910

1011
def get(self, name: str):

databricks/sdk/errors/customizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
_LOG = logging.getLogger(__name__)
77

8+
89
class _ErrorCustomizer(abc.ABC):
910
"""A customizer for errors from the Databricks REST API."""
1011

0 commit comments

Comments
 (0)