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 9, 2024
1 parent 722184f commit 3c3d3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aiidalab_qe/app/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,6 @@ def _check_if_first_time_user(self):
except FileNotFoundError:
first_time_user = True

self.first_time_users_infobox.layout.display = "flex" if first_time_user else "none"
self.first_time_users_infobox.layout.display = (
"flex" if first_time_user else "none"
)

0 comments on commit 3c3d3bf

Please sign in to comment.