Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Mar 12, 2023
1 parent aa283a0 commit 5bfee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def pair_candles(self, pair, timeframe, limit=None):
if limit:
params['limit'] = limit
return self._get("pair_candles", params=params)

def pair_history(self, pair, timeframe, strategy, timerange=None):
"""Return historic, analyzed dataframe
Expand Down

0 comments on commit 5bfee44

Please sign in to comment.