Skip to content

Commit 68dad0f

Browse files
committed
clean imports
1 parent 886bb9f commit 68dad0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/py_ast_json_to_ts.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import {expect} from "chai";
2-
import * as fs from "fs";
31
import * as path from 'path'
4-
import {convertTypedDicts, extractModuleLevelTypedDicts, convert} from "../py_ast_json_to_ts";
5-
2+
import {convert, convertTypedDicts, extractModuleLevelTypedDicts} from "../py_ast_json_to_ts";
63

74

85
it('tests extractModuleLevelTypedDicts on short example', function () {

0 commit comments

Comments
 (0)