xo-pyutil: remove stray character

This commit is contained in:
Roland Conybeare 2024-06-17 16:54:24 -04:00
commit bc601c472c

View file

@ -13,7 +13,7 @@ namespace xo {
namespace pyutil {
struct pycaller_base {
virtual ~pycaller_base() = default;
g
static pybind11::module & declare_once(pybind11::module & m) {
static bool s_once = false;
if (!s_once) {