Skip to content

Commit

Permalink
Backport PR scverse#2414: matplotlib 3.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored and meeseeksmachine committed Feb 16, 2023
1 parent 97c2617 commit 5efc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpy/plotting/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
VBound = Union[str, float, Callable[[Sequence[float]], float]]


class _AxesSubplot(Axes, axes.SubplotBase, ABC):
class _AxesSubplot(Axes, axes.SubplotBase):
"""Intersection between Axes and SubplotBase: Has methods of both"""


Expand Down

0 comments on commit 5efc478

Please sign in to comment.