Removed utils, moved get_sides to conftest
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
# flake8: noqa: F401
|
||||
|
||||
from freqtrade.utils.get_sides import get_sides
|
@@ -1,5 +0,0 @@
|
||||
from typing import Tuple
|
||||
|
||||
|
||||
def get_sides(is_short: bool) -> Tuple[str, str]:
|
||||
return ("sell", "buy") if is_short else ("buy", "sell")
|
Reference in New Issue
Block a user