Skip to content

Commit

Permalink
sheesh
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Dec 19, 2024
1 parent b4a4905 commit 076c36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anndata/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Empty:
pass


Index1D = slice | int | str | np.int64 | np.ndarray | pd.Series[bool]
Index1D = slice | int | str | np.int64 | np.ndarray | pd.Series
IndexRest = Index1D | EllipsisType
Index = (
IndexRest
Expand Down

0 comments on commit 076c36a

Please sign in to comment.