From b601027ef6973bb92cf6f8f1e0933360a15aa4df Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 14 Aug 2024 22:26:29 -0700 Subject: [PATCH] lint --- nwb_linkml/src/nwb_linkml/includes/hdmf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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]