diff --git a/controller/Notebooks.py b/controller/Notebooks.py index 3ae0dd9..8cf8884 100644 --- a/controller/Notebooks.py +++ b/controller/Notebooks.py @@ -1224,7 +1224,6 @@ class Notebooks( object ): other_notes = self.__database.select_many( Note, notebook.sql_load_non_startup_notes() ) notes = startup_notes + other_notes - import imp from plugins.Invoke import invoke return invoke(