Skip to content

Commit 8891b72

Browse files
pre-commit-ci[bot]ianhi
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae2ed3f commit 8891b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpl_point_clicker/_clicker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def set_positions(self, positions):
141141
self._positions[k] = list(v)
142142
self._observers.process('pos-set', self.get_positions())
143143

144-
def clear_positions(self, classes: str | list[str] | None=None):
144+
def clear_positions(self, classes: str | list[str] | None = None):
145145
"""
146-
Clear all points of classes in *classes*.
146+
Clear all points of classes in *classes*.
147147
148148
Either all classes or a list of classes.
149149

0 commit comments

Comments
 (0)