From b65e44b0d8755743df13cf44700e5a141cdc2904 Mon Sep 17 00:00:00 2001 From: Tim Ohliger Date: Thu, 9 Jan 2025 14:04:50 +0100 Subject: [PATCH] Readded mistakenly deleted bracket --- tests/test_pytypes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pytypes.cpp b/tests/test_pytypes.cpp index 9b2fa95e19..fd31bc854f 100644 --- a/tests/test_pytypes.cpp +++ b/tests/test_pytypes.cpp @@ -1183,3 +1183,4 @@ TEST_SUBMODULE(pytypes, m) { m.def("check_type_is", [](const py::object &x) -> py::typing::TypeIs { return py::isinstance(x); }); +}