Skip to content

Commit 9647013

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ff61c7 commit 9647013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/probeinterface/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ def get_auto_lims(probe: Probe, margin: float = 40.0) -> tuple[float, float, flo
155155
-------
156156
lims : a tuple containing xlims, ylims, and zlims. If the provided probe
157157
is planar, then zlims is None.
158-
158+
159159
"""
160160

161161
"""
162-
Compute the boundaries of a given probe, considering its contour and an optional margin.
162+
Compute the boundaries of a given probe, considering its contour and an optional margin.
163163
The function is designed to handle both planar and tridimensional probes.
164164
165165
Parameters

0 commit comments

Comments
 (0)