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 Jul 8, 2024
1 parent cf575a1 commit cdf0bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
"outputs": [],
"source": [
"import ipywidgets as ipw\n",
"from aiidalab_qe.app import static\n",
"from importlib_resources import files\n",
"from IPython.display import display\n",
"\n",
"from aiidalab_qe.app import static\n",
"\n",
"# load CSS stylesheets\n",
"for stylesheet in [\"style\", \"custom\"]:\n",
" css = files(static).joinpath(f\"{stylesheet}.css\")\n",
Expand Down

0 comments on commit cdf0bd7

Please sign in to comment.