Skip to content

Commit

Permalink
Clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Nov 17, 2023
1 parent c574d4f commit 5ffdee4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/iris-grid/src/IrisGridTableModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ import type {
} from '@deephaven/jsapi-types';
import Log from '@deephaven/log';
import { Formatter } from '@deephaven/jsapi-utils';
import {
EventShimCustomEvent,
PromiseUtils,
assertNotNull,
} from '@deephaven/utils';
import { EventShimCustomEvent, assertNotNull } from '@deephaven/utils';
import IrisGridModel from './IrisGridModel';
import { ColumnName, UITotalsTableConfig, UIRow } from './CommonTypes';
import { ColumnName, UIRow } from './CommonTypes';
import IrisGridTableModelTemplate from './IrisGridTableModelTemplate';

const log = Log.module('IrisGridTableModel');
Expand Down

0 comments on commit 5ffdee4

Please sign in to comment.