fix(lint): remove unused imports and reformat with black

This commit is contained in:
Bu5hm4nn
2026-03-30 08:42:07 +02:00
parent 98e3208b5e
commit 8e1aa4ad26
7 changed files with 28 additions and 19 deletions

View File

@@ -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.