Run black over repo

This commit is contained in:
Alex Stokes
2019-07-31 15:00:12 -07:00
parent a2133d8c7c
commit 0ae9840928
69 changed files with 791 additions and 1095 deletions

View File

@ -1,9 +1,5 @@
from abc import ABC, abstractmethod
from typing import (
Any,
List,
Sequence,
)
from typing import Any, List, Sequence
from multiaddr import Multiaddr
@ -11,7 +7,6 @@ from .peermetadata_interface import IPeerMetadata
class IPeerData(ABC):
@abstractmethod
def get_protocols(self) -> List[str]:
"""