Spaces:
Sleeping
Sleeping
Update src/utils/helper.py
Browse files- src/utils/helper.py +1 -0
src/utils/helper.py
CHANGED
|
@@ -10,6 +10,7 @@ from typing import TypeVar
|
|
| 10 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 11 |
from youtube_comment_downloader import YoutubeCommentDownloader
|
| 12 |
from src.utils.logger import logger
|
|
|
|
| 13 |
|
| 14 |
State = TypeVar("State", bound=Dict[str, Any])
|
| 15 |
|
|
|
|
| 10 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 11 |
from youtube_comment_downloader import YoutubeCommentDownloader
|
| 12 |
from src.utils.logger import logger
|
| 13 |
+
import requests
|
| 14 |
|
| 15 |
State = TypeVar("State", bound=Dict[str, Any])
|
| 16 |
|