mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Wrap a long comment
This commit is contained in:
parent
ea3a6e5fd7
commit
5c699f1f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue