Skip to content

Commit 3578659

Browse files
remove verbosity in ResultSetFilter docstring
Co-authored-by: jayant <167047871+jayantsing-db@users.noreply.github.com>
1 parent 28675f5 commit 3578659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class ResultSetFilter:
2727
"""
28-
A general-purpose filter for result sets that can be applied to any backend.
28+
A general-purpose filter for result sets.
2929
3030
This class provides methods to filter result sets based on various criteria,
3131
similar to the client-side filtering in the JDBC connector.

0 commit comments

Comments
 (0)