Skip to content

Commit

Permalink
Small set literal change
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 7, 2024
1 parent 458d472 commit 39b4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncompyle6/parsers/parse38.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def customize_grammar_rules(self, tokens, customize):
[opname[: opname.rfind("_")] for opname in self.seen_ops]
)

custom_ops_processed = set(["DICT_MERGE"])
custom_ops_processed = {"DICT_MERGE"}

# Loop over instructions adding custom grammar rules based on
# a specific instruction seen.
Expand Down

0 comments on commit 39b4b83

Please sign in to comment.