[Mod] flake8 code improve

This commit is contained in:
vn.py 2019-11-10 16:20:20 +08:00
parent 9a5cdbe3e8
commit 1cb8233755
2 changed files with 63 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
from collections import defaultdict from collections import defaultdict
from datetime import date, datetime, timedelta from datetime import date, datetime
from typing import Callable, Type, Dict, List from typing import Callable, Type, Dict, List
from functools import lru_cache from functools import lru_cache
@ -756,4 +756,3 @@ def load_tick_data(
return database_manager.load_tick_data( return database_manager.load_tick_data(
spread.name, Exchange.LOCAL, start, end spread.name, Exchange.LOCAL, start, end
) )