Remove some 3.6ish type annotations

This commit is contained in:
rocky
2022-03-04 05:12:44 -05:00
parent 209f19c1da
commit f89a3e8fa1
4 changed files with 5 additions and 5 deletions

View File

@@ -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