Skip to content

Commit

Permalink
Drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 31, 2024
1 parent a2b9a5c commit 5158ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pybind11/cucim_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ py::object py_read_region(const CuImage& cuimg,
py::gil_scoped_acquire scope_guard;

py::memoryview mv;
try // fast copy
try
{
mv = py::memoryview(location);
}
Expand Down

0 comments on commit 5158ea7

Please sign in to comment.