Skip to content

Commit cefbe98

Browse files
committed
Format main_window.py with black
1 parent a572a68 commit cefbe98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bookmark_checker/ui/main_window.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ def _process_files(self, files: list[str]) -> None:
232232
self.btn_merge.setEnabled(False)
233233
else:
234234
self.status_label.setText(
235-
f"Loaded {len(collection.bookmarks)} "
236-
f"bookmarks from {len(files)} file(s)"
235+
f"Loaded {len(collection.bookmarks)} " f"bookmarks from {len(files)} file(s)"
237236
)
238237
self.btn_merge.setEnabled(True)
239238
# Show bookmarks in table immediately

0 commit comments

Comments
 (0)