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