Skip to content

Commit 72eb662

Browse files
committed
Fix: Import AsyncIterator from collections.abc (ruff UP035)
1 parent 4a5e8bf commit 72eb662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

leakix/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import asyncio
44
import json
5-
from typing import AsyncIterator
5+
from collections.abc import AsyncIterator
66

77
import httpx
88
from l9format import l9format

0 commit comments

Comments
 (0)