Add "type: ignore" to packages without types

master
Felix Stupp 1 year ago
parent 327919d469
commit 0d84f14eec
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -11,7 +11,7 @@ from typing import (
TypedDict,
)
import tmdbsimple as tmdb
import tmdbsimple as tmdb # type: ignore
tmdb.API_KEY = "f090bb54758cabf231fb605d3e3e0468"

@ -5,7 +5,7 @@ import logging
import re
from typing import Optional
from youtubesearchpython import (
from youtubesearchpython import ( # type: ignore
ResultMode,
Video,
)

Loading…
Cancel
Save