Skip to content

Commit

Permalink
Apply ruff rule RUF010 to notebooks
Browse files Browse the repository at this point in the history
RUF010 Use explicit conversion flag
  • Loading branch information
DimitriPapadopoulos committed Dec 19, 2024
1 parent 5c57672 commit 07c7864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/dask_copy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
" r += f'\\n nbytes: {human_readable_size(nbytes)}'\n",
" r += f'; nbytes_stored: {human_readable_size(cbytes)}'\n",
" r += f'; ratio: {ratio:.1f}'\n",
" r += f'; chunks: {str(d.chunks)}'\n",
" r += f'; chunks: {d.chunks}'\n",
" print(r)\n"
]
},
Expand Down

0 comments on commit 07c7864

Please sign in to comment.