Skip to content

Commit

Permalink
Update test_retinotopy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 12, 2024
1 parent 3eebe3d commit 8661bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_retinotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8661bc4

Please sign in to comment.