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

Remove unrequired codes #31

Merged
merged 5 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ check_untyped_defs = true
warn_return_any = true
show_error_codes = true
warn_unused_ignores = true
ignore_missing_imports = true # for 3rd party modules that aren't typed well
python_version = 3.9
disable_error_code = ["no-untyped-call"]

Expand Down
2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import datetime

import toml
from invoke import Context, task
from invoke.exceptions import UnexpectedExit
Expand Down
2 changes: 1 addition & 1 deletion twitter_video_tools/platform_video_downloader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from playwright.sync_api import sync_playwright
from youtube_dl.utils import DownloadError, YoutubeDLError
from youtube_dl.utils import YoutubeDLError

from .monsnode_parser import MonsnodeParser
from .twitter_crawler import TwitterCrawler
Expand Down
6 changes: 0 additions & 6 deletions twitter_video_tools/tests/test_sample.py

This file was deleted.

425 changes: 0 additions & 425 deletions typings/youtube_dl/YoutubeDL.pyi

This file was deleted.

24 changes: 0 additions & 24 deletions typings/youtube_dl/__init__.pyi

This file was deleted.

10 changes: 0 additions & 10 deletions typings/youtube_dl/__main__.pyi

This file was deleted.

130 changes: 0 additions & 130 deletions typings/youtube_dl/aes.pyi

This file was deleted.

23 changes: 0 additions & 23 deletions typings/youtube_dl/cache.pyi

This file was deleted.

110 changes: 0 additions & 110 deletions typings/youtube_dl/compat.pyi

This file was deleted.

22 changes: 0 additions & 22 deletions typings/youtube_dl/downloader/__init__.pyi

This file was deleted.

Loading