[Mod] flake8 code improve
This commit is contained in:
parent
9a5cdbe3e8
commit
1cb8233755
File diff suppressed because one or more lines are too long
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user