Skip to content

Commit d1b23a2

Browse files
committed
refactor: remove unused constant MAX_LENGTH_CELL_WITHOUT_MINIMIZE in PyTableProvider
1 parent 665c6b0 commit d1b23a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dataframe.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ impl PyTableProvider {
7373
}
7474
const MAX_TABLE_BYTES_TO_DISPLAY: usize = 2 * 1024 * 1024; // 2 MB
7575
const MIN_TABLE_ROWS_TO_DISPLAY: usize = 20;
76-
const MAX_LENGTH_CELL_WITHOUT_MINIMIZE: usize = 25;
7776

7877
/// A PyDataFrame is a representation of a logical plan and an API to compose statements.
7978
/// Use it to build a plan and `.collect()` to execute the plan and collect the result.

0 commit comments

Comments
 (0)