Skip to content

Commit 219ffb3

Browse files
Remove tk
1 parent f1d5c55 commit 219ffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/controller/sub_controllers/plugins_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def uninstall_plugins(self, *args):
369369
save_yaml_file(
370370
self.plugin_config_path, self.plugin_config, "plugins_config.yml"
371371
)
372-
tk.messagebox.showwarning(
372+
messagebox.showwarning(
373373
title="Navigate",
374374
message="Plugins are uninstalled! Please restart Navigate!",
375375
)

0 commit comments

Comments
 (0)