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,15 +1,10 @@
from abc import ABC, abstractmethod
from typing import (
Any,
)
from typing import Any
from .id import (
ID,
)
from .id import ID
class IPeerMetadata(ABC):
def __init__(self) -> None:
pass