Skip to content

Commit

Permalink
linter formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed May 20, 2024
1 parent 7cca597 commit 35ab7be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sageworks/web_components/plugins/license_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ def create_component(self, component_id: str) -> html.Div:
html.H3(id=f"{component_id}-header", children="License: Loading..."),
dcc.Markdown(id=f"{component_id}-details", children="Waiting for Data...", dangerously_allow_html=True),
html.H3(id=f"{component_id}-support-header", children="Support: Loading..."),
dcc.Markdown(id=f"{component_id}-support-details", children="Waiting for Data...", dangerously_allow_html=True),
dcc.Markdown(
id=f"{component_id}-support-details", children="Waiting for Data...", dangerously_allow_html=True
),
],
)

Expand Down

0 comments on commit 35ab7be

Please sign in to comment.