Skip to content

Commit 0ced1e0

Browse files
committed
Removed unneeded imports.
1 parent be279d8 commit 0ced1e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/blocks/mrc_set_python_variable.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ import {
2828
getAllowedTypesForSetCheck,
2929
getClassData,
3030
getModuleData } from './utils/python';
31-
import {
32-
ClassData,
33-
ModuleData,
34-
VarData } from './utils/python_json_types';
3531
import * as variable from './utils/variable';
3632
import { Editor } from '../editor/editor';
3733
import { ExtendedPythonGenerator } from '../editor/extended_python_generator';

0 commit comments

Comments
 (0)