remove exception to black line-length and reformat.
This commit is contained in:
@@ -37,7 +37,10 @@ class Wallet(ABC):
|
||||
|
||||
@abstractmethod
|
||||
def create_invoice(
|
||||
self, amount: int, memo: Optional[str] = None, description_hash: Optional[bytes] = None
|
||||
self,
|
||||
amount: int,
|
||||
memo: Optional[str] = None,
|
||||
description_hash: Optional[bytes] = None,
|
||||
) -> InvoiceResponse:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user