Skip to content

Commit 1df7f02

Browse files
remove un-necessary example change
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent a2fb9e7 commit 1df7f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3_retries_query_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# which means all redirects will be followed. In this case, a redirect will count toward the
2727
# _retry_stop_after_attempts_count which means that by default the connector will not enter an endless retry loop.
2828
#
29-
# For complete information about configuring retries, see the docstring for databricks.sql.backend.thrift_backend.ThriftBackend
29+
# For complete information about configuring retries, see the docstring for databricks.sql.thrift_backend.ThriftBackend
3030

3131
with sql.connect(
3232
server_hostname=os.getenv("DATABRICKS_SERVER_HOSTNAME"),

0 commit comments

Comments
 (0)