mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Remove unnecessary line break.
This commit is contained in:
parent
901377ded5
commit
d30c8b32b5
1 changed files with 1 additions and 2 deletions
|
|
@ -172,8 +172,7 @@ class Candidate(object):
|
|||
max_filesize=plugin.max_filesize,
|
||||
deinterlace=plugin.deinterlace)
|
||||
elif self.check == self.CANDIDATE_DEINTERLACE:
|
||||
self.path = \
|
||||
ArtResizer.shared.deinterlace(self.path)
|
||||
self.path = ArtResizer.shared.deinterlace(self.path)
|
||||
|
||||
|
||||
def _logged_get(log, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue