Skip to content

Commit 702b65e

Browse files
committed
Fix: Import AsyncIterator from collections.abc
1 parent 8895e58 commit 702b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)