We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b391f9 commit 1c3c5b4Copy full SHA for 1c3c5b4
src/asyncioffmpeg/__init__.py
@@ -4,7 +4,7 @@
4
import asyncio
5
6
if os.name == "nt":
7
- asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy())
+ asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy()) # type: ignore
8
9
10
def get_videos(path: Path, suffixes: T.Sequence[str] = None) -> T.List[Path]:
0 commit comments