Skip to content

Commit

Permalink
Remove usage of ABC (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Feb 15, 2023
1 parent 0fec570 commit 1313f7b
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 1313f7b

Please sign in to comment.