diff --git a/beets/dbcore/queryparse.py b/beets/dbcore/queryparse.py index 39c05aef0..00d393cf8 100644 --- a/beets/dbcore/queryparse.py +++ b/beets/dbcore/queryparse.py @@ -17,7 +17,7 @@ import re import itertools -from typing import Dict, Type, Tuple, Optional, Mapping, Collection, List, \ +from typing import Dict, Type, Tuple, Optional, Collection, List, \ Sequence from . import query, Model