fix(lint): remove unused imports and reformat with black
This commit is contained in:
@@ -86,8 +86,7 @@ def calculate_true_pnl(
|
||||
|
||||
|
||||
def get_default_premium_for_product(
|
||||
underlying: str,
|
||||
product_type: str = "default"
|
||||
underlying: str, product_type: str = "default"
|
||||
) -> tuple[Decimal | None, Decimal | None]:
|
||||
"""Get default premium/spread for common gold products.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user