compile nit: refactor debris

This commit is contained in:
Roland Conybeare 2025-05-08 23:52:40 -05:00
commit 3ce41f42ca

View file

@ -13,7 +13,7 @@ namespace xo {
using xo::web::Webserver;
using xo::web::Runstate;
using xo::json::PrintJsonSingleton;
using xo::ref::rp;
using xo::rp;
namespace py = pybind11;
namespace web {