Skip to content

Commit d0dc879

Browse files
committed
Note that we can now use xdis a little more
1 parent b28f305 commit d0dc879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uncompyle6/semantics/customize37.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE, TABLE_DIRECT
2121
from uncompyle6.semantics.helper import flatten_list
2222

23+
# FIXME get from a newer xdis
2324
FSTRING_CONVERSION_MAP = {1: "!s", 2: "!r", 3: "!a", "X": ":X"}
2425

2526

0 commit comments

Comments
 (0)