mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-07 21:50:53 +00:00
Run black over repo
This commit is contained in:
@ -2,7 +2,6 @@ from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class ITransport(ABC):
|
||||
|
||||
@abstractmethod
|
||||
def dial(self, maddr, self_id, options=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user