mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
@ -1,4 +1,7 @@
|
|||||||
from unittest.mock import MagicMock
|
from unittest.mock import (
|
||||||
|
MagicMock,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def create_mock_connections() -> dict:
|
def create_mock_connections() -> dict:
|
||||||
connections = {}
|
connections = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user