Skip to content

Commit

Permalink
#7686 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Jul 16, 2018
1 parent cde52a3 commit 6803d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/notebook/src/tableDisplay/dataGrid/DataGridResize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {DataGridHelpers} from "./dataGridHelpers";
import {selectColumnWidth} from "./column/selectors";
import getStringSize = DataGridHelpers.getStringSize;
import {ALL_TYPES} from "./dataTypes";
import throttle = DataGridHelpers.throttle;

const DEFAULT_RESIZE_SECTION_SIZE_IN_PX = 6;
const DEFAULT_ROW_PADDING = 4;
Expand Down

0 comments on commit 6803d9f

Please sign in to comment.