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] authored and ianhi committed Jan 23, 2024
1 parent 0b8c794 commit 31a6504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpl_point_clicker/_clicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def set_positions(self, positions):
self._positions[k] = list(v)
self._observers.process('pos-set', self.get_positions())

def clear_positions(self, classes: str | list[str] | None=None):
def clear_positions(self, classes: str | list[str] | None = None):
"""
Clear all points of classes in *classes*.
Clear all points of classes in *classes*.
Either all classes or a list of classes.
Expand Down

0 comments on commit 31a6504

Please sign in to comment.