From 95ed8a6c290030691e9da001c3c7b09ae7f463f5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:28:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_pytypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pytypes.py b/tests/test_pytypes.py index 92a45abbf..23fb582d3 100644 --- a/tests/test_pytypes.py +++ b/tests/test_pytypes.py @@ -152,7 +152,7 @@ def test_tuple(): assert m.tuple_ssize_t() == () assert m.tuple_size_t() == () assert m.get_tuple() == (42, None, "spam") - #assert m.access_tuple_with_int_index() == (2) + # assert m.access_tuple_with_int_index() == (2) def test_simple_namespace():