1
0

small import clean-up

This commit is contained in:
SomberNight
2018-10-11 16:30:30 +02:00
parent cd5453e477
commit 1ef804c652
6 changed files with 14 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ import os
import json
from collections import defaultdict
import asyncio
from typing import Dict, List
from typing import Dict, List, Tuple
import traceback
import sys
@@ -64,7 +64,7 @@ class BalanceMonitor(SynchronizerBase):
def __init__(self, config, network):
SynchronizerBase.__init__(self, network)
self.config = config
self.expected_payments = defaultdict(list) # type: Dict[str, List[WebSocket, int]]
self.expected_payments = defaultdict(list) # type: Dict[str, List[Tuple[WebSocket, int]]]
def make_request(self, request_id):
# read json file