Triconsult

Results 1 issues of Triconsult

### Version 1.56.0 ### Steps to reproduce Run this code: ```python import asyncio import asyncio_atexit import playwright.async_api async def main(): async_playwright = await playwright.async_api.async_playwright().start() asyncio_atexit.register(lambda: stop_playwright(async_playwright)) async def stop_playwright(async_playwright): print("Stopping...