From 8661bc483b8f0b95a70777202c9fc36c53ffac34 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 12:55:01 -0800 Subject: [PATCH] Update test_retinotopy.py --- tests/unit/test_retinotopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_retinotopy.py b/tests/unit/test_retinotopy.py index 1f23646df..fbb7a3c42 100644 --- a/tests/unit/test_retinotopy.py +++ b/tests/unit/test_retinotopy.py @@ -4,7 +4,7 @@ class TestRetinotopy(TestCase): def test_retinotopy_deprecated(self): with self.assertRaises(ValueError): - import pynwb.retinotopy + import pynwb.retinotopy # noqa: F401 # import numpy as np