Skip to content

Commit

Permalink
fix(sankey): fix a lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Sep 23, 2024
1 parent 3962364 commit 041ae22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart/sankey/SankeyView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { getECData } from '../../util/innerStore';
import { isString, retrieve3 } from 'zrender/src/core/util';
import type { GraphEdge } from '../../data/Graph';
import RoamController from '../../component/helper/RoamController';
// eslint-disable-next-line no-duplicate-imports
import type { RoamControllerHost } from '../../component/helper/roamHelper';
import { onIrrelevantElement } from '../../component/helper/cursorHelper';
import * as roamHelper from '../../component/helper/roamHelper';

Check failure on line 38 in src/chart/sankey/SankeyView.ts

View workflow job for this annotation

GitHub Actions / lint (18.x)

'../../component/helper/roamHelper' import is duplicated
Expand Down

0 comments on commit 041ae22

Please sign in to comment.