diff --git a/nwb_linkml/src/nwb_linkml/includes/hdmf.py b/nwb_linkml/src/nwb_linkml/includes/hdmf.py index 9763ab3..9383be9 100644 --- a/nwb_linkml/src/nwb_linkml/includes/hdmf.py +++ b/nwb_linkml/src/nwb_linkml/includes/hdmf.py @@ -496,9 +496,7 @@ class DynamicTableRegionMixin(BaseModel): def __getitem__(self, item: int) -> pd.DataFrame: ... @overload - def __getitem__( - self, item: Union[slice, Iterable] - ) -> List[pd.DataFrame]: ... + def __getitem__(self, item: Union[slice, Iterable]) -> List[pd.DataFrame]: ... def __getitem__( self, item: Union[int, slice, Iterable]