Skip to content

Commit ace60c0

Browse files
committed
Check if not linting NB_MODULE is still necessary
1 parent f33f337 commit ace60c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/dd/register_dd.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Vector getVector(const dd::vEdge& v, dd::fp threshold = 0.);
4040
using Matrix = nb::ndarray<nb::numpy, std::complex<dd::fp>, nb::ndim<2>>;
4141
Matrix getMatrix(const dd::mEdge& m, size_t numQubits, dd::fp threshold = 0.);
4242

43-
// NOLINTNEXTLINE
4443
NB_MODULE(MQT_CORE_MODULE_NAME, m) {
4544
// Vector Decision Diagrams
4645
registerVectorDDs(m);

0 commit comments

Comments
 (0)