Skip to content

Commit 255542b

Browse files
committed
Optimize imports by removing unused modules in test_connection_manager.py
1 parent ef8d9e3 commit 255542b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/stompman/test_stompman/test_connection_manager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import time
32
from collections.abc import AsyncGenerator, AsyncIterable
43
from ssl import SSLContext
54
from typing import Literal, Self
@@ -8,7 +7,6 @@
87
import pytest
98
from stompman import (
109
AnyServerFrame,
11-
Client,
1210
ConnectedFrame,
1311
ConnectFrame,
1412
ConnectionLostError,
@@ -18,7 +16,6 @@
1816
FailedAllWriteAttemptsError,
1917
Heartbeat,
2018
MessageFrame,
21-
ReceiptFrame,
2219
)
2320
from stompman.connection_lifespan import EstablishedConnectionResult
2421
from stompman.connection_manager import ActiveConnectionState
@@ -27,7 +24,6 @@
2724
BaseMockConnection,
2825
EnrichedConnectionManager,
2926
build_dataclass,
30-
create_spying_connection,
3127
)
3228

3329
pytestmark = [pytest.mark.anyio, pytest.mark.usefixtures("mock_sleep")]

0 commit comments

Comments
 (0)