Skip to content

Commit

Permalink
Pybind fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Dec 1, 2023
1 parent 20be4eb commit d2299eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/barkeep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <pybind11/stl.h>

namespace py = pybind11;
using namespace mew;
using namespace barkeep;
using namespace py::literals;

using Int = std::int64_t;
Expand Down

0 comments on commit d2299eb

Please sign in to comment.