mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
"""pytest configuration."""
import asyncio
import os
if os.name == "nt":
asyncio.set_event_loop_policy(
asyncio.WindowsSelectorEventLoopPolicy() # type:ignore[attr-defined]
)