diff --git a/functorch/op_analysis/gen_data.py b/functorch/op_analysis/gen_data.py index 4fda25f9a4e2..5e874e2bb117 100644 --- a/functorch/op_analysis/gen_data.py +++ b/functorch/op_analysis/gen_data.py @@ -33,7 +33,6 @@ def gen_data(special_op_lists, analysis_name): annotated_ops = { a.strip(): b.strip() for a, b in list(csv.reader(open("annotated_ops"))) } - from collections import defaultdict uniq_ops = [] uniq_names = set()