mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-12 22:26:16 -04:00
Cleanup imports
This commit is contained in:
parent
936975a681
commit
77917dc6f0
10 changed files with 14 additions and 46 deletions
|
@ -10,8 +10,8 @@ from hashlib import md5
|
|||
from string import Formatter
|
||||
from typing import Dict, Generator, List, Optional, Tuple, Type, Union
|
||||
|
||||
from click import style, secho
|
||||
import requests
|
||||
from click import secho, style
|
||||
from tqdm import tqdm
|
||||
|
||||
from streamrip.clients import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue