Skip to content

Commit

Permalink
fix: Remove unused import of @blockly/field-colour
Browse files Browse the repository at this point in the history
This import should have been removed in PR #129 when the code
that uses it was rewritten.

Fixes #133.
  • Loading branch information
cpcallen committed Jan 22, 2025
1 parent fb25217 commit 0c5d3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/line_cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @author [email protected] (Abby Schmiedt)
*/

import {FieldColour} from '@blockly/field-colour';
import * as Blockly from 'blockly/core';
import {ASTNode, Marker} from 'blockly/core';

Expand Down

0 comments on commit 0c5d3ef

Please sign in to comment.