Skip to content

Commit 2e9ad4a

Browse files
committed
Fix linting
1 parent 7c63de8 commit 2e9ad4a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def process_angle(self, value, range_end=None):
202202
Contains the end of the range, by default None.
203203
204204
Notes:
205-
------
205+
-----
206206
Previous function name : angle_select().
207207
"""
208208

@@ -228,7 +228,7 @@ def process_channel(self, value, range_end=None):
228228
Contains the end of the range, by default None.
229229
230230
Notes:
231-
------
231+
-----
232232
Previous function name : channel_select().
233233
"""
234234

@@ -254,7 +254,7 @@ def process_illumination(self, value, range_end=None):
254254
Contains the end of the range, by default None.
255255
256256
Notes:
257-
------
257+
-----
258258
Previous function name : illumination_select().
259259
"""
260260

@@ -280,7 +280,7 @@ def process_tile(self, value, range_end=None):
280280
Contains the end of the range, by default None.
281281
282282
Notes:
283-
------
283+
-----
284284
Previous function name : tile_select().
285285
"""
286286

@@ -306,7 +306,7 @@ def process_timepoint(self, value, range_end=None):
306306
Contains the end of the range, by default None.
307307
308308
Notes:
309-
------
309+
-----
310310
Previous function name : timepoint_select().
311311
"""
312312

0 commit comments

Comments
 (0)