Skip to content

Commit ee1a82c

Browse files
author
Xenepix38
committed
docs(controller): fix docstring for ruff compliance
1 parent 58d6115 commit ee1a82c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

django_napse/core/models/bots/controller.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ def apply_orders(self, orders):
225225
def send_candles_to_bots(self, closed_candle, current_candle) -> list:
226226
"""Scan all bots (that are allowed to trade) and get their orders.
227227
228-
Parameters
229-
----------
230-
closed_candle: The candle that just closed.
231-
current_candle (dict): The candle that is currently open.
228+
Args:
229+
----
230+
closed_candle : The candle that just closed.
231+
current_candle : The candle that is currently open.
232232
233-
Returns
233+
Returns:
234234
-------
235235
list: A list of orders.
236236
"""

0 commit comments

Comments
 (0)