mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
Fix imports
This commit is contained in:
parent
6c2daa061e
commit
31c95482d9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import os
|
|||
import subprocess
|
||||
import tempfile
|
||||
|
||||
from multiprocessing import ThreadPool
|
||||
from multiprocessing.pool import ThreadPool
|
||||
from distutils.spawn import find_executable
|
||||
import requests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue