more formatting fixes
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 13s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.10) (pull_request) Failing after 43s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s

This commit is contained in:
ben 2025-10-22 11:41:37 -04:00
parent c06e58f5d6
commit 4872eea116

View File

@ -1,6 +1,6 @@
import numpy as np
import plotly.graph_objects as go import plotly.graph_objects as go
from plotly.graph_objects import Figure from plotly.graph_objects import Figure
import numpy as np
def create_styled_error_figure(title: str, message: str, suggestion: str = None) -> go.Figure: def create_styled_error_figure(title: str, message: str, suggestion: str = None) -> go.Figure: