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 Feb 10, 2025
1 parent fbff5cb commit 73f6c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanpy/plotting/_baseplot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(
)

self._update_var_groups()

# exlude var_names not present in adata.var_names
missing_var_names = set(self.var_names).difference(adata.var_names)
if missing_var_names:
Expand Down

0 comments on commit 73f6c0b

Please sign in to comment.