Skip to content

Commit

Permalink
Note that we can now use xdis a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 13, 2024
1 parent b28f305 commit d0dc879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uncompyle6/semantics/customize37.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE, TABLE_DIRECT
from uncompyle6.semantics.helper import flatten_list

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


Expand Down

0 comments on commit d0dc879

Please sign in to comment.