mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-23 03:27:14 -04:00
fix import paths/names
This commit is contained in:
parent
3051861a27
commit
399139e6b4
3 changed files with 8 additions and 8 deletions
|
@ -3,9 +3,9 @@ import shutil
|
|||
|
||||
from util import arun
|
||||
|
||||
from streamrip.downloadable import Downloadable
|
||||
from streamrip.qobuz_client import QobuzClient
|
||||
from streamrip.track import PendingSingle, Track
|
||||
from streamrip.client.downloadable import Downloadable
|
||||
from streamrip.client.qobuz import QobuzClient
|
||||
from streamrip.media.track import PendingSingle, Track
|
||||
|
||||
|
||||
def test_pending_resolve(qobuz_client: QobuzClient):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue