Skip to content

Commit e211a22

Browse files
committed
fix: format exported_successfully get_translation call for black
1 parent a1de80b commit e211a22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bookmark_checker/ui/main_window.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ def _export_merged(self) -> None:
457457
exported_to_msg.format(path1=output_path, path2=csv_path)
458458
)
459459
exported_msg = get_translation(
460-
self.current_language, "exported_successfully", "Exported successfully!"
460+
self.current_language,
461+
"exported_successfully",
462+
"Exported successfully!",
461463
)
462464
QMessageBox.information(
463465
self,

0 commit comments

Comments
 (0)