readability

This commit is contained in:
Benson Chu 2026-04-04 11:53:42 -05:00
parent 4f905b3ed8
commit 1da18c5e1b

View file

@ -7,9 +7,7 @@ from beets.dbcore import types
from beets.dbcore import FieldQuery from beets.dbcore import FieldQuery
import optparse import optparse
import json import json
LABELS_FIELD_NAME = "mylabels" LABELS_FIELD_NAME = "mylabels"
def do_modify_labels(lib, objs, label, action): def do_modify_labels(lib, objs, label, action):