Skip to content

Commit

Permalink
Merge pull request #219 from jburel/issue_218
Browse files Browse the repository at this point in the history
import math package directly
  • Loading branch information
jburel authored Apr 18, 2024
2 parents 2078ac7 + 78066bf commit ad60c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omero/analysis_scripts/Kymograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
import omero.util.roi_handling_utils as roi_utils
from omero.rtypes import rlong, rstring, robject, unwrap
import omero.scripts as scripts
from numpy import zeros, hstack, vstack, asarray, math
from numpy import zeros, hstack, vstack, asarray
import math
import logging
from PIL import Image
from io import BytesIO
Expand Down

0 comments on commit ad60c2c

Please sign in to comment.