Skip to content

Commit 72b1b24

Browse files
Apply ruff rule RUF010 to notebooks
RUF010 Use explicit conversion flag
1 parent 575d5b6 commit 72b1b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/dask_copy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
" r += f'\\n nbytes: {human_readable_size(nbytes)}'\n",
205205
" r += f'; nbytes_stored: {human_readable_size(cbytes)}'\n",
206206
" r += f'; ratio: {ratio:.1f}'\n",
207-
" r += f'; chunks: {str(d.chunks)}'\n",
207+
" r += f'; chunks: {d.chunks}'\n",
208208
" print(r)\n"
209209
]
210210
},

0 commit comments

Comments
 (0)