Skip to content

Commit 3c10c1b

Browse files
committed
tests: drop compat
1 parent edf3010 commit 3c10c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sftp_pools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import asyncio
2+
from contextlib import AsyncExitStack, asynccontextmanager
23

34
import pytest
45

5-
from sshfs.compat import AsyncExitStack, asynccontextmanager
66
from sshfs.pools import SFTPHardChannelPool, SFTPSoftChannelPool
77

88

0 commit comments

Comments
 (0)