Commit dd85894b84d9d83ba19684c48bef6c2eaeb60024
1 parent
0cd6c490
Exists in
master
and in
10 other branches
Import typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/task_slice.py
@@ -979,7 +979,7 @@ class WatershedTool(EditionTools): | @@ -979,7 +979,7 @@ class WatershedTool(EditionTools): | ||
979 | Publisher.sendMessage('Set use ww wl', value) | 979 | Publisher.sendMessage('Set use ww wl', value) |
980 | 980 | ||
981 | def OnConfig(self, evt): | 981 | def OnConfig(self, evt): |
982 | - from invesalius.data.styles import WatershedConfig as styles | 982 | + from invesalius.data.styles import WatershedConfig |
983 | config = WatershedConfig() | 983 | config = WatershedConfig() |
984 | dlg.WatershedOptionsDialog(config).Show() | 984 | dlg.WatershedOptionsDialog(config).Show() |
985 | 985 |