mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +00:00
remove unnecessary blank lines
This commit is contained in:
@@ -814,7 +814,4 @@ class FileItem(TreeItem):
|
||||
else: # returns description of the match ranging from bad to excellent
|
||||
return FileItem.match_icons_info[int(file.similarity * 5 + 0.5)]
|
||||
elif file.state == File.PENDING:
|
||||
return N_("Pending")
|
||||
|
||||
|
||||
|
||||
return N_("Pending")
|
||||
Reference in New Issue
Block a user