diff --git a/operations.py b/operations.py index ea832f5..68ceb8c 100644 --- a/operations.py +++ b/operations.py @@ -8,6 +8,7 @@ from gui import SIMPLENOTE_BASE_DIR, SIMPLENOTE_SETTINGS_FILE, _show_message, open_view, remove_status from models import Note + from .utils.patterns.singleton.base import Singleton