moved import to make pylint happy

This commit is contained in:
Lex Berezhny 2018-11-07 15:07:36 -05:00
parent fdf479241a
commit 78b84ba698

View file

@ -1,6 +1,7 @@
import sys
import logging
import unittest
from typing import Optional
from unittest.case import _Outcome
from torba.orchstr8 import Conductor
from torba.orchstr8.node import BlockchainNode, WalletNode
@ -8,7 +9,6 @@ from torba.client.baseledger import BaseLedger
from torba.client.baseaccount import BaseAccount
from torba.client.basemanager import BaseWalletManager
from torba.client.wallet import Wallet
from typing import Optional
try: