diff --git a/beets/library.py b/beets/library.py index f2e92af5b..54ff7eae9 100644 --- a/beets/library.py +++ b/beets/library.py @@ -38,8 +38,8 @@ from beets.dbcore import types import beets # To use the SQLite "blob" type, it doesn't suffice to provide a byte -# string; SQLite treats that as encoded text. Wrapping it in a `memoryview` tells it -# that we actually mean non-text data. +# string; SQLite treats that as encoded text. Wrapping it in a +# `memoryview` tells it that we actually mean non-text data. BLOB_TYPE = memoryview log = logging.getLogger('beets')