Skip to content

Commit a0f69b3

Browse files
Reflexcursoragent
andcommitted
chore: ruff format _base_client.py
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e7042d7 commit a0f69b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/runloop_api_client/_base_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ class Registry:
210210
"""Per-event-loop map of shard index → shared async H2 transport."""
211211

212212
def __init__(self) -> None:
213-
self._by_loop: weakref.WeakKeyDictionary[
214-
asyncio.AbstractEventLoop, dict[int, _SharedAsyncTransport]
215-
] = weakref.WeakKeyDictionary()
213+
self._by_loop: weakref.WeakKeyDictionary[asyncio.AbstractEventLoop, dict[int, _SharedAsyncTransport]] = (
214+
weakref.WeakKeyDictionary()
215+
)
216216

217217
def acquire(self, loop: asyncio.AbstractEventLoop, shard: int) -> _SharedAsyncTransport:
218218
with _pool_lock:

0 commit comments

Comments
 (0)