Commit 3d6765a
Starter Task 2: Adding return type annotation to the _attribute_progress_setup method (#1576)
Summary:
Pull Request resolved: #1576
The problem was that the _attribute_progress_setup method in feature_ablation.py didn't have a return type annotation. After making the relevant changes in the task 1 diff to only have the progress function return a tqdm object, I added a tqdm return type annotation to the _attribute_progress_setup function.
Reviewed By: sarahtranfb
Differential Revision: D75972827
fbshipit-source-id: 469f916cf9a4cfd08e5796600da94d3abaa4bfd91 parent 0ea32dd commit 3d6765a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
1106 | 1105 | | |
1107 | 1106 | | |
1108 | 1107 | | |
1109 | 1108 | | |
1110 | 1109 | | |
1111 | 1110 | | |
1112 | 1111 | | |
1113 | | - | |
| 1112 | + | |
1114 | 1113 | | |
1115 | 1114 | | |
1116 | 1115 | | |
| |||
0 commit comments