Skip to content

Commit bb9898a

Browse files
committed
Bug Fix for Issue #1: Fix import error of wrong library
1 parent 0b57cbe commit bb9898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_diff/ast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import code_ast as ct
1+
import code_tokenize as ct
22

33
from collections import defaultdict
44

0 commit comments

Comments
 (0)