Skip to content

Commit

Permalink
Minor class cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Sep 12, 2019
1 parent 849d694 commit dda513c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freqtrade/configuration/timerange.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import arrow


class TimeRange():
class TimeRange:
"""
object defining timerange inputs.
[start/stop]type defines if [start/stop]ts shall be used.
Expand Down
2 changes: 1 addition & 1 deletion freqtrade/data/dataprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
logger = logging.getLogger(__name__)


class DataProvider():
class DataProvider:

def __init__(self, config: dict, exchange: Exchange) -> None:
self._config = config
Expand Down
2 changes: 1 addition & 1 deletion freqtrade/edge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PairInfo(NamedTuple):
avg_trade_duration: float


class Edge():
class Edge:
"""
Calculates Win Rate, Risk Reward Ratio, Expectancy
against historical data for a give set of markets and a strategy
Expand Down

0 comments on commit dda513c

Please sign in to comment.