Skip to content

Commit 1c3c5b4

Browse files
committed
mypy non-windows ignore
1 parent 4b391f9 commit 1c3c5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asyncioffmpeg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import asyncio
55

66
if os.name == "nt":
7-
asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy())
7+
asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy()) # type: ignore
88

99

1010
def get_videos(path: Path, suffixes: T.Sequence[str] = None) -> T.List[Path]:

0 commit comments

Comments
 (0)