Skip to content

Commit 6efda65

Browse files
committed
Fix Ruff linting
1 parent 25b16a3 commit 6efda65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def run_imarisconvert(file_path, pixel_calibration=None):
713713
IJ.log("Conversion failed with error code: %d" % result)
714714

715715
def convert_bytes(size):
716-
"""Convert size from bytes to a readable value
716+
"""Convert size from bytes to a readable value.
717717
718718
Parameters
719719
----------

0 commit comments

Comments
 (0)