Skip to content

Commit

Permalink
Avoid making recommended changes accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Draper committed Sep 24, 2024
1 parent 41e9127 commit 2965d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_notebooks/diagnoser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@
}
],
"source": [
"automatable_changes = [c for c in changes if c.can_automate()]\n",
"automatable_changes = []\n",
"# automatable_changes = [c for c in changes if c.can_automate()]\n",
"print('\\n'.join([c.describe() for c in automatable_changes]))"
]
},
Expand Down

0 comments on commit 2965d95

Please sign in to comment.