You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Remove unused import
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE, TABLE_DIRECT
|
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE
|
||||||
from uncompyle6.semantics.helper import flatten_list
|
from uncompyle6.semantics.helper import flatten_list
|
||||||
|
|
||||||
# FIXME get from a newer xdis
|
# FIXME get from a newer xdis
|
||||||
|
Reference in New Issue
Block a user