Add "type: ignore" to packages without types

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

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

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

Loading…
Cancel
Save