mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
Remove unused import
This commit is contained in:
parent
2b29bccd14
commit
3f4f559912
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue