Remove extra line from docstrings
							parent
							
								
									48c3b333b2
								
							
						
					
					
						commit
						c68fcf7e1c
					
				|  | @ -18,7 +18,6 @@ Kucoin broker backend | ||||||
| 
 | 
 | ||||||
| ''' | ''' | ||||||
| 
 | 
 | ||||||
| from random import randint |  | ||||||
| from typing import ( | from typing import ( | ||||||
|         Any,  |         Any,  | ||||||
|         Callable,  |         Callable,  | ||||||
|  | @ -73,7 +72,6 @@ class KucoinMktPair(Struct, frozen=True): | ||||||
|     Kucoin's pair format |     Kucoin's pair format | ||||||
| 
 | 
 | ||||||
|     ''' |     ''' | ||||||
| 
 |  | ||||||
|     baseCurrency: str |     baseCurrency: str | ||||||
|     baseIncrement: float |     baseIncrement: float | ||||||
|     baseMaxSize: float |     baseMaxSize: float | ||||||
|  | @ -98,7 +96,6 @@ class AccountTrade(Struct, frozen=True): | ||||||
|     Historical trade format |     Historical trade format | ||||||
| 
 | 
 | ||||||
|     ''' |     ''' | ||||||
| 
 |  | ||||||
|     id: str |     id: str | ||||||
|     currency: str |     currency: str | ||||||
|     amount: float |     amount: float | ||||||
|  | @ -140,7 +137,6 @@ class KucoinL2(Struct, frozen=True): | ||||||
|     Real-time L2 order book format |     Real-time L2 order book format | ||||||
| 
 | 
 | ||||||
|     ''' |     ''' | ||||||
| 
 |  | ||||||
|     asks: list[list[float]] |     asks: list[list[float]] | ||||||
|     bids: list[list[float]] |     bids: list[list[float]] | ||||||
|     timestamp: float |     timestamp: float | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue