Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 committed Nov 26, 2024
1 parent 93c4619 commit 57f15c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/xoscar/backends/communication/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ class DummyServer(Server):
else tuple()
)

_address_to_instances: weakref.WeakValueDictionary[
str, "DummyServer"
] = weakref.WeakValueDictionary()
_address_to_instances: weakref.WeakValueDictionary[str, "DummyServer"] = (
weakref.WeakValueDictionary()
)
_channels: weakref.WeakSet[Channel]
_tasks: set[asyncio.Task]
scheme: str | None = "dummy"
Expand Down

0 comments on commit 57f15c5

Please sign in to comment.