Wrap a long comment

This commit is contained in:
Adrian Sampson 2021-08-21 13:37:47 -04:00
parent ea3a6e5fd7
commit 5c699f1f9d
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -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')