1
0

trivial clean-up (typing/imports)

This commit is contained in:
SomberNight
2020-02-28 20:27:35 +01:00
parent 02fcc6f570
commit a32af44ff9
5 changed files with 9 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import os
from decimal import Decimal
import random
import time
from typing import Optional, Sequence, Tuple, List, Dict, TYPE_CHECKING
from typing import Optional, Sequence, Tuple, List, Dict, TYPE_CHECKING, NamedTuple
import threading
import socket
import json
@@ -106,8 +106,6 @@ FALLBACK_NODE_LIST_MAINNET = [
]
from typing import NamedTuple
class PaymentInfo(NamedTuple):
payment_hash: bytes
amount: int