clangformat
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
839fbb3fe9
commit
1afa494e69
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <pybind11/pybind11.h>
|
|
||||||
#include <pybind11/embed.h>
|
#include <pybind11/embed.h>
|
||||||
|
#include <pybind11/pybind11.h>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include "pycontainers.h"
|
#include "pycontainers.h"
|
||||||
@ -36,7 +36,6 @@ NEXTPNR_NAMESPACE_BEGIN
|
|||||||
|
|
||||||
namespace py = pybind11;
|
namespace py = pybind11;
|
||||||
|
|
||||||
|
|
||||||
std::string parse_python_exception();
|
std::string parse_python_exception();
|
||||||
|
|
||||||
template <typename Tn> void python_export_global(const char *name, Tn &x)
|
template <typename Tn> void python_export_global(const char *name, Tn &x)
|
||||||
|
Loading…
Reference in New Issue
Block a user