mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Removed __all__ as they are not needed here anymore.
This commit is contained in:
parent
f7ab1da607
commit
61a5e01b50
2 changed files with 0 additions and 6 deletions
|
|
@ -179,6 +179,3 @@ class BPSyncPlugin(BeetsPlugin):
|
||||||
if move and lib.directory in util.ancestry(items[0].path):
|
if move and lib.directory in util.ancestry(items[0].path):
|
||||||
self._log.debug("moving album {}", album)
|
self._log.debug("moving album {}", album)
|
||||||
album.move()
|
album.move()
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["BPSyncPlugin"]
|
|
||||||
|
|
|
||||||
|
|
@ -363,6 +363,3 @@ def fingerprint_item(log, item, write=False):
|
||||||
return item.acoustid_fingerprint
|
return item.acoustid_fingerprint
|
||||||
except acoustid.FingerprintGenerationError as exc:
|
except acoustid.FingerprintGenerationError as exc:
|
||||||
log.info("fingerprint generation failed: {}", exc)
|
log.info("fingerprint generation failed: {}", exc)
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["AcoustidPlugin"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue