Skip to content

Commit 883068d

Browse files
committed
Remove unused contextmanager import
1 parent 65dde7f commit 883068d

File tree

1 file changed

+1
-1
lines changed
  • dimos/protocol/pubsub/benchmark

1 file changed

+1
-1
lines changed

dimos/protocol/pubsub/benchmark/type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
from collections.abc import Callable, Iterator, Sequence
18-
from contextlib import AbstractContextManager, contextmanager
18+
from contextlib import AbstractContextManager
1919
from dataclasses import dataclass, field
2020
import pickle
2121
import threading

0 commit comments

Comments
 (0)