mirror of
https://github.com/beetbox/beets.git
synced 2026-01-25 01:22:14 +01:00
fix(ftintitle): prune find_bracket_position docstring
This commit is contained in:
parent
2aa949e5a0
commit
50e55f85f4
1 changed files with 0 additions and 8 deletions
|
|
@ -89,14 +89,6 @@ def find_bracket_position(
|
|||
) -> int | None:
|
||||
"""Find the position of the first opening bracket that contains
|
||||
remix/edit-related keywords and has a matching closing bracket.
|
||||
|
||||
Args:
|
||||
title: The title to search in.
|
||||
keywords: List of keywords to match. If None, uses DEFAULT_BRACKET_KEYWORDS.
|
||||
If an empty list, matches any bracket content (not just keywords).
|
||||
|
||||
Returns:
|
||||
The position of the opening bracket, or None if no match found.
|
||||
"""
|
||||
if keywords is None:
|
||||
keywords = DEFAULT_BRACKET_KEYWORDS
|
||||
|
|
|
|||
Loading…
Reference in a new issue