Skip to content

Commit 7d242b7

Browse files
committed
Fix failure of CI
1 parent 0b3f5fb commit 7d242b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/mrc_mechanism.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import * as Blockly from 'blockly';
2323
import { Order, PythonGenerator } from 'blockly/python';
2424

2525
import { MRC_STYLE_FUNCTIONS } from '../themes/styles'
26-
import { createFieldNonEditableText } from 'src/fields/FieldNonEditableText';
26+
import { createFieldNonEditableText } from '../fields/FieldNonEditableText';
2727
import { ExtendedPythonGenerator } from '../editor/extended_python_generator';
2828
import { getAllowedTypesForSetCheck, getOutputCheck } from './utils/python';
2929

0 commit comments

Comments
 (0)