File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import * as Blockly from 'blockly';
2424import { Order } from 'blockly/python' ;
2525
2626import { ClassMethodDefExtraState } from './mrc_class_method_def'
27- import { getAllowedTypesForSetCheck , getOutputCheck } from './utils/python' ;
27+ import { getClassData , getAllowedTypesForSetCheck , getOutputCheck } from './utils/python' ;
2828import { FunctionData , findSuperFunctionData } from './utils/python_json_types' ;
2929import * as value from './utils/value' ;
3030import * as variable from './utils/variable' ;
@@ -34,7 +34,6 @@ import { createFieldDropdown } from '../fields/FieldDropdown';
3434import { createFieldNonEditableText } from '../fields/FieldNonEditableText' ;
3535import { MRC_STYLE_FUNCTIONS } from '../themes/styles'
3636import * as toolboxItems from '../toolbox/items' ;
37- import { getClassData } from './utils/python' ;
3837import * as commonStorage from '../storage/common_storage' ;
3938
4039
You can’t perform that action at this time.
0 commit comments