Skip to content

Commit

Permalink
remove inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Nov 2, 2023
1 parent c2942c2 commit 00253e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mrc/_pymrc/include/pymrc/coro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class PYBIND11_EXPORT PyTaskToCppAwaitable
pybind11::gil_scoped_acquire acquire;

auto asyncio = pybind11::module_::import("asyncio");
auto inspect = pybind11::module_::import("inspect");

if (not asyncio.attr("isfuture")(m_task).cast<bool>())
{
Expand Down

0 comments on commit 00253e6

Please sign in to comment.