Commit c5673f3e3e0e9c8e853a7d253ada6bd1b91dc2d3

Authored by Paulo Henrique Junqueira Amorim
1 parent e02f183c

FIX: Removed "import" unnecessary, was causing error in the executable

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -33,7 +33,6 @@ import constants as const
33 33 import cursor_actors as ca
34 34 import data.slice_ as sl
35 35 import data.vtk_utils as vtku
36   -import mode as md
37 36 import project
38 37 import slice_data as sd
39 38  
... ...