Skip to content

Commit 34b847a

Browse files
committed
Fix flake8 warnings
1 parent e617f93 commit 34b847a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

finterion/finterion.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ def get_orders(
8383
target_symbol (str, optional): Filter orders by target symbol.
8484
Defaults to None.
8585
symbol (str, optional): Filter orders by symbol. Defaults to None.
86-
order_type (str, optional): Filter orders by type. Defaults to None.
87-
order_side (str, optional): Filter orders by side. Defaults to None.
86+
order_type (str, optional): Filter orders by type. Defaults
87+
to None.
88+
order_side (str, optional): Filter orders by side. Defaults
89+
to None.
8890
query_params (dict, optional): Additional query parameters.
8991
Defaults to None.
9092
@@ -271,7 +273,8 @@ def get_positions(self, symbol=None, query_params: dict = None):
271273
the provided filters.
272274
273275
Args:
274-
symbol (str, optional): Filter positions by symbol. Defaults to None.
276+
symbol (str, optional): Filter positions by symbol. Defaults
277+
to None.
275278
query_params (dict, optional): Additional query parameters.
276279
Defaults to None.
277280

0 commit comments

Comments
 (0)