Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Mar 24, 2024
1 parent bf95a30 commit 434d154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/language/sankey/tokenBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { GrammarAST, Stream, TokenBuilderOptions } from 'langium';
import type { GrammarAST, Stream } from 'langium';
import type { TokenType } from 'chevrotain';

import { AbstractMermaidTokenBuilder } from '../common/index.js';
Expand Down

0 comments on commit 434d154

Please sign in to comment.