Skip to content

Commit

Permalink
Merge pull request #5421 from ad1992/aakansha/lint
Browse files Browse the repository at this point in the history
fix: remove unused import
  • Loading branch information
sidharthv96 authored Apr 2, 2024
2 parents 8e95c4d + 8f40c1a commit 73c426f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mermaid/src/diagrams/sequence/svgDraw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import common, { calculateMathMLDimensions, hasKatex, renderKatex } from '../common/common.js';
import * as svgDrawCommon from '../common/svgDrawCommon.js';
import { addFunction } from '../../interactionDb.js';
import { ZERO_WIDTH_SPACE, parseFontSize } from '../../utils.js';
import { sanitizeUrl } from '@braintree/sanitize-url';
import * as configApi from '../../config.js';
Expand Down

0 comments on commit 73c426f

Please sign in to comment.