Skip to content

Commit 8defd95

Browse files
committed
Update for taggui workspace
1 parent 8175513 commit 8defd95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taggui/models/image_list_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def load_directory(self, directory_path: Path):
148148
self.update_undo_and_redo_actions_requested.emit()
149149
error_messages: list[str] = []
150150
file_paths = get_file_paths(directory_path)
151-
settings = get_settings()
152151
image_suffixes_string = settings.value(
153152
'image_list_file_formats',
154153
defaultValue=DEFAULT_SETTINGS['image_list_file_formats'], type=str)

0 commit comments

Comments
 (0)