fix: Resolve Ruff E402 warnings and clean up imports across multiple modules
This commit is contained in:
@@ -187,7 +187,7 @@ def run_monte_carlo(
|
||||
)
|
||||
return result
|
||||
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
# Record failed simulation
|
||||
duration = time.time() - start_time
|
||||
observe_simulation(
|
||||
|
||||
Reference in New Issue
Block a user