sort imports

This commit is contained in:
Janne Sinivirta
2018-07-04 10:31:35 +03:00
parent e91cfbfeeb
commit bf4d0a9b70
29 changed files with 71 additions and 65 deletions

View File

@@ -1,8 +1,9 @@
# pragma pylint: disable=missing-docstring,C0103,protected-access
import freqtrade.tests.conftest as tt # test tools
from unittest.mock import MagicMock
import freqtrade.tests.conftest as tt # test tools
# whitelist, blacklist, filtering, all of that will
# eventually become some rules to run on a generic ACL engine
# perhaps try to anticipate that by using some python package