mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-09 16:24:28 +00:00
lint
This commit is contained in:
parent
36add1a306
commit
b601027ef6
1 changed files with 1 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue