Commit d4121f67bdcf0de567d67b1e00e7aa6e92df578b

Authored by Thiago Franco de Moraes
1 parent 6a432126
Exists in measure

Remove unused imports from clut_imagedata

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
invesalius/gui/widgets/clut_imagedata.py
1   -import glob
2 1 import math
3   -import os
4   -
5 2 import wx
6 3  
7 4 HISTOGRAM_LINE_COLOUR = (128, 128, 128)
... ...