Skip to content

Commit 7fbd82c

Browse files
committed
Specify file encoding to cover for utf-8 chars in docstrings
Should fix #19
1 parent f51ae6c commit 7fbd82c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/imcflibs/imagej/labelimage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
"""Functions to work with ImageJ label images."""
24

35
from ij import IJ, ImagePlus, Prefs, ImageStack

0 commit comments

Comments
 (0)