Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 3dc3c58

Browse files
authored
Merge pull request #31 from code-yeongyu/feature/tasks-clean
Remove unrequired codes
2 parents 3f08752 + eae43cd commit 3dc3c58

File tree

821 files changed

+2
-16651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

821 files changed

+2
-16651
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ check_untyped_defs = true
3737
warn_return_any = true
3838
show_error_codes = true
3939
warn_unused_ignores = true
40+
ignore_missing_imports = true # for 3rd party modules that aren't typed well
4041
python_version = 3.9
4142
disable_error_code = ["no-untyped-call"]
4243

tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import datetime
2-
31
import toml
42
from invoke import Context, task
53
from invoke.exceptions import UnexpectedExit

twitter_video_tools/platform_video_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Optional
22

33
from playwright.sync_api import sync_playwright
4-
from youtube_dl.utils import DownloadError, YoutubeDLError
4+
from youtube_dl.utils import YoutubeDLError
55

66
from .monsnode_parser import MonsnodeParser
77
from .twitter_crawler import TwitterCrawler

twitter_video_tools/tests/test_sample.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

typings/youtube_dl/YoutubeDL.pyi

Lines changed: 0 additions & 425 deletions
This file was deleted.

typings/youtube_dl/__init__.pyi

Lines changed: 0 additions & 24 deletions
This file was deleted.

typings/youtube_dl/__main__.pyi

Lines changed: 0 additions & 10 deletions
This file was deleted.

typings/youtube_dl/aes.pyi

Lines changed: 0 additions & 130 deletions
This file was deleted.

typings/youtube_dl/cache.pyi

Lines changed: 0 additions & 23 deletions
This file was deleted.

typings/youtube_dl/compat.pyi

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)