Skip to content

Commit f4fdb08

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent e432ea4 commit f4fdb08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ class BaseTelemetryClient(ABC):
104104

105105
@abstractmethod
106106
def export_initial_telemetry_log(self, driver_connection_params, user_agent):
107-
raise NotImplementedError("Subclasses must implement export_initial_telemetry_log")
107+
pass
108108

109109
@abstractmethod
110110
def export_failure_log(self, error_name, error_message):
111-
raise NotImplementedError("Subclasses must implement export_failure_log")
111+
pass
112112

113113
@abstractmethod
114114
def close(self):
115-
raise NotImplementedError("Subclasses must implement close")
115+
pass
116116

117117

118118
# A single instance of the no-op client that can be reused

0 commit comments

Comments
 (0)