Skip to content

Commit a1f9b9c

Browse files
reduce verbosity of ResultSetFilter docstring
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 48ad7b3 commit a1f9b9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/databricks/sql/backend/filters.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929

3030
class ResultSetFilter:
3131
"""
32-
A general-purpose filter for result sets that can be applied to any backend.
33-
34-
This class provides methods to filter result sets based on various criteria,
35-
similar to the client-side filtering in the JDBC connector.
32+
A general-purpose filter for result sets.
3633
"""
3734

3835
@staticmethod

0 commit comments

Comments
 (0)