Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Jul 1, 2024
1 parent 276c578 commit 53267cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/hdmf/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from itertools import product, chain

try:
from zarr import ZarrArray
from zarr import Array as ZarrArray
ZARR_INSTALLED = True
except ImportError:
ZARR_INSTALLED = False
Expand Down Expand Up @@ -47,7 +47,6 @@ def append_data(data, arg):
raise ValueError(msg)



def extend_data(data, arg):
"""Add all the elements of the iterable arg to the end of data.
Expand Down
1 change: 0 additions & 1 deletion tests/unit/utils_test/test_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import numpy as np
from numpy.testing import assert_array_equal
import unittest

try:
import zarr
Expand Down

0 comments on commit 53267cc

Please sign in to comment.