Skip to content

Commit 39b4b83

Browse files
committed
Small set literal change
1 parent 458d472 commit 39b4b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncompyle6/parsers/parse38.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def customize_grammar_rules(self, tokens, customize):
417417
[opname[: opname.rfind("_")] for opname in self.seen_ops]
418418
)
419419

420-
custom_ops_processed = set(["DICT_MERGE"])
420+
custom_ops_processed = {"DICT_MERGE"}
421421

422422
# Loop over instructions adding custom grammar rules based on
423423
# a specific instruction seen.

0 commit comments

Comments
 (0)