diff --git a/ethfinex/public_client.py b/ethfinex/public_client.py index 292300e..b3cb602 100644 --- a/ethfinex/public_client.py +++ b/ethfinex/public_client.py @@ -103,7 +103,6 @@ def get_books(self, pair, precision, len=None): Args: pair (str): Name of the pair precision (str): Level of price aggregation(P0, P1, P2, P3, P4, R0) - sort (Optional[int]): if = 1 sorts results returned with old to new len (Optional[int]): Number of price points ("25", "100") Returns: