Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 25, 2025
1 parent ad641ef commit 8d8689f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""Base Pydantic models for the ZarrDatasetConfiguration."""

from typing import Any, Literal, Union
from typing_extensions import Self

import numcodecs
import numpy as np
import zarr
from hdmf import Container
from pydantic import Field, InstanceOf, model_validator
from typing_extensions import Self

from ._base_dataset_io import DatasetIOConfiguration, _find_location_in_memory_nwbfile
from ...hdmf import SliceableDataChunkIterator
Expand Down

0 comments on commit 8d8689f

Please sign in to comment.