You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Remove some 3.6ish type annotations
This commit is contained in:
@@ -2276,7 +2276,7 @@ def deparsed_find(tup, deparsed, code):
|
||||
# def test():
|
||||
# import os, sys
|
||||
|
||||
# def get_dups(li: list) -> set:
|
||||
# def get_dups(li: list):
|
||||
# dups = {}
|
||||
# for item in li:
|
||||
# dups[item] = dups.get(item, -1) + 1
|
||||
|
Reference in New Issue
Block a user