Commit 706e2a1
Fix flake8 error: variable annotated but never used (#1521)
Summary:
Pull Request resolved: #1521
The github CI is failing on main due to a flake8 change. Example: https://github.com/pytorch/botorch/actions/runs/3536247218/jobs/5935101687
The error is "./botorch/optim/initializers.py:117:5: F842 local variable 'batch_initial_arms' is annotated but never used"
Reviewed By: sdaulton
Differential Revision: D41510003
fbshipit-source-id: ee68c16422d642baf926568614c7315b9b5eb3f61 parent 97626a9 commit 706e2a1
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
0 commit comments