Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2024
1 parent f5ca2f1 commit 4a85ac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aiidalab_widgets_base/databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ def __init__(
except ImportError:
super().__init__(
[
ipw.HTML("""
ipw.HTML(
"""
<div style="margin: 10px 0; padding: 10px; background-color: #ffcc00; color: black; border-left: 6px solid #ffeb3b;">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
&nbsp;This widget requires the <code>optimade-client</code> package to be installed.
&nbsp;This widget requires the <code>optimade-client</code> package to be installed.
Please run <code>pip install optimade-client</code> to install the missing package.
</div>"""
)
Expand Down

0 comments on commit 4a85ac1

Please sign in to comment.