commit c51c35e451fd8f46c8d9fb77d57edb0dffd6d5e2
parent 4973edc147bf4be0040644ddaea9ecb4e4a8734b
Author: Carlosokumu <carlosokumu254@gmail.com>
Date: Fri, 6 Mar 2026 10:38:28 +0300
remove import
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/dummy/usawa/gui/views/create_entry_view.py b/dummy/usawa/gui/views/create_entry_view.py
@@ -500,7 +500,6 @@ class CreateEntryView(Gtk.Box):
if entry.attachments:
for attachment_path in entry.attachments:
- from pathlib import Path
if not Path(attachment_path).exists():
self._show_error_dialog(
"Attachment Missing",