Skip to content

Commit

Permalink
Update base_tests_zarrio.py (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 10, 2023
1 parent 6a3474e commit 13b92e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/base_tests_zarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,10 @@ class OtherIO(HDMFIO):
def __init__(self, manager):
super().__init__(manager=manager)

@staticmethod
def can_read(path):
pass

def read_builder(self):
pass

Expand Down

0 comments on commit 13b92e8

Please sign in to comment.