From c7ad0f0e37cfcc0b1377637e8a9eb3845c2fe6bc Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 31 Jul 2024 22:51:19 -0700 Subject: [PATCH] comment out unused pytest import --- gridlock/test/test_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridlock/test/test_grid.py b/gridlock/test/test_grid.py index 183c9cf..7a70211 100644 --- a/gridlock/test/test_grid.py +++ b/gridlock/test/test_grid.py @@ -1,4 +1,4 @@ -import pytest # type: ignore +# import pytest import numpy from numpy.testing import assert_allclose #, assert_array_equal