mirror of
https://github.com/beetbox/beets.git
synced 2026-02-01 21:11:25 +01:00
remove a stray constant
This commit is contained in:
parent
4904106a72
commit
8806f2d02b
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ from beets.util import bytestring_path, syspath, normpath, samefile,\
|
|||
from beets.util.functemplate import Template
|
||||
import beets
|
||||
|
||||
MAX_FILENAME_LENGTH = 200
|
||||
|
||||
# Fields in the "items" database table; all the metadata available for
|
||||
# items in the library. These are used directly in SQL; they are
|
||||
# vulnerable to injection if accessible to the user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue