Skip to content

Commit

Permalink
Bug Fix for Issue #1: Fix import error of wrong library
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricrupb committed Jul 1, 2022
1 parent 0b57cbe commit bb9898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_diff/ast.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import code_ast as ct
import code_tokenize as ct

from collections import defaultdict

Expand Down

0 comments on commit bb9898a

Please sign in to comment.