Skip to content

Commit b2cf041

Browse files
committed
Remove unused import
1 parent 5e6fad2 commit b2cf041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncompyle6/semantics/customize37.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import re
1919

20-
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE, TABLE_DIRECT
20+
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE
2121
from uncompyle6.semantics.helper import flatten_list
2222

2323
# FIXME get from a newer xdis

0 commit comments

Comments
 (0)