async-exit-stack was for pre-py37, just import from contextlib now

This commit is contained in:
pacrob
2024-05-27 12:18:14 -06:00
committed by Paul Robinson
parent d9b92635c1
commit a3f8db3ecd
5 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,8 @@
import anyio
from async_exit_stack import (
from contextlib import (
AsyncExitStack,
)
import anyio
from p2pclient.datastructures import (
StreamInfo,
)