diff --git a/beetsplug/substitute.py b/beetsplug/substitute.py index a3c59c4f0f..56c06da90e 100644 --- a/beetsplug/substitute.py +++ b/beetsplug/substitute.py @@ -12,12 +12,11 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -"""Uses user-specified substitution rules to canonicalize names for path -formats. +"""Uses user-specified substitution rules to canonicalize names for path formats. """ -from beets.plugins import BeetsPlugin import re +from beets.plugins import BeetsPlugin class Substitute(BeetsPlugin): diff --git a/docs/changelog.rst b/docs/changelog.rst index 640370d7d2..c7912c9d6f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,8 +11,7 @@ for Python 3.6). New features: -* Add the `substitute` plugin which is inspired by the `rewrite` plugin. The `substitute` plugin does not modify the metadata -tags of the files +* Add the `substitute` plugin which is inspired by the `rewrite` plugin. The `substitute` plugin does not modify the metadata tags of the files :bug:`2786` * Added option use `cover_art_arl` as an album art source in the `fetchart` plugin. :bug:`4707`