We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf3010 commit 3c10c1bCopy full SHA for 3c10c1b
tests/test_sftp_pools.py
@@ -1,8 +1,8 @@
1
import asyncio
2
+from contextlib import AsyncExitStack, asynccontextmanager
3
4
import pytest
5
-from sshfs.compat import AsyncExitStack, asynccontextmanager
6
from sshfs.pools import SFTPHardChannelPool, SFTPSoftChannelPool
7
8
0 commit comments