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 Sep 1, 2024
1 parent 35e37b2 commit 2d70feb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/make_assets/ptable/ptable_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@
for n_splits in (2, 3, 4):
data_dict = {
elem.symbol: [
random.randint(10 * n_splits, 20 * (n_splits + 1))
for _ in range(n_splits) # noqa: S311
random.randint(10 * n_splits, 20 * (n_splits + 1)) for _ in range(n_splits)
]
for elem in Element
}
Expand Down

0 comments on commit 2d70feb

Please sign in to comment.