This commit is contained in:
sneakers-the-rat 2024-08-14 22:26:29 -07:00
parent 36add1a306
commit b601027ef6
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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]