make flake happy

This commit is contained in:
hroff-1902 2019-07-03 13:28:54 +03:00
parent 3a78d4c886
commit 72fb80904c
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ from freqtrade.misc import (datesarray_to_datetimearray, file_dump_json,
file_load_json, format_ms_time, plural,
shorten_date)
def test_shorten_date() -> None:
str_data = '1 day, 2 hours, 3 minutes, 4 seconds ago'
str_shorten_data = '1 d, 2 h, 3 min, 4 sec ago'

View File

@ -2,7 +2,6 @@ import logging
from argparse import Namespace
from typing import Any, Dict
from freqtrade import OperationalException
from freqtrade.configuration import Configuration
from freqtrade.exchange import available_exchanges, Exchange
from freqtrade.misc import plural