From 93a5787bc02f5234652029fa40e6ac08ec77642f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:58:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_gr_methods_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gr_methods_basic.py b/tests/test_gr_methods_basic.py index 9541484..cec69b8 100644 --- a/tests/test_gr_methods_basic.py +++ b/tests/test_gr_methods_basic.py @@ -66,7 +66,7 @@ def test_slices(): } ), ) - + subset_gr = gr[5:8] assert subset_gr is not None