Remove unused import

This commit is contained in:
rocky
2024-12-02 19:39:56 -05:00
parent 5e6fad210f
commit b2cf041ec3

View File

@@ -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