We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be279d8 commit 0ced1e0Copy full SHA for 0ced1e0
src/blocks/mrc_set_python_variable.ts
@@ -28,10 +28,6 @@ import {
28
getAllowedTypesForSetCheck,
29
getClassData,
30
getModuleData } from './utils/python';
31
-import {
32
- ClassData,
33
- ModuleData,
34
- VarData } from './utils/python_json_types';
35
import * as variable from './utils/variable';
36
import { Editor } from '../editor/editor';
37
import { ExtendedPythonGenerator } from '../editor/extended_python_generator';
0 commit comments