Skip to content

Commit

Permalink
Fix failing tests due to unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamChlupacek committed Jun 27, 2023
1 parent 3323156 commit a653d1b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/core/viewport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as is from '../is';
import window from '../window';
import * as math from '../math';

let defaultSelectionType = 'single';
Expand Down
1 change: 0 additions & 1 deletion src/extensions/renderer/base/coord-ele-math/coords.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import window from '../../../../window';
import * as math from '../../../../math';
import * as util from '../../../../util';

Expand Down
1 change: 0 additions & 1 deletion src/extensions/renderer/base/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as util from '../../../util';
import * as is from '../../../is';
import window from '../../../window';

import arrowShapes from './arrow-shapes';
import coordEleMath from './coord-ele-math';
Expand Down
2 changes: 0 additions & 2 deletions src/style/container.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import window from '../window';

let styfn = {};

// gets what an em size corresponds to in pixels relative to a dom element
Expand Down

0 comments on commit a653d1b

Please sign in to comment.