Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 16, 2023
1 parent 4c7f57d commit 0d8511a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/experimental/read_remote/read_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, group, *args, **kwargs):
self.attrs = dict(group.attrs)

@property
def categories(self): # __slots__ and cached_property are incompatible
def categories(self): # __slots__ and cached_property are incompatible
if self._categories_cache is None:
self._categories_cache = self._categories[...]
return self._categories_cache
Expand Down

0 comments on commit 0d8511a

Please sign in to comment.