Update tests to not use Namespace

This commit is contained in:
Matthias
2019-09-12 20:25:27 +02:00
parent e6ccc1427c
commit 4d566e8bad
5 changed files with 55 additions and 53 deletions

View File

@@ -11,7 +11,6 @@ if sys.version_info < (3, 6):
# flake8: noqa E402
import logging
from argparse import Namespace
from typing import Any, List
from freqtrade import OperationalException