moved import to make pylint happy, take 2

This commit is contained in:
Lex Berezhny 2018-11-07 15:10:27 -05:00
parent 78b84ba698
commit b8a3b62f0f

View file

@ -1,8 +1,8 @@
import sys
import logging
import unittest
from typing import Optional
from unittest.case import _Outcome
from typing import Optional
from torba.orchstr8 import Conductor
from torba.orchstr8.node import BlockchainNode, WalletNode
from torba.client.baseledger import BaseLedger