Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 8, 2024
1 parent a3164dd commit 133d26e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pymatgen/core/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ def __init__(

if len(species) != coords.shape[1]:
raise ValueError(
f"species (N={len(species)}) and coords "
f"(N={coords.shape[1]}) must have the same number of sites!"
f"species (N={len(species)}) and coords " f"(N={coords.shape[1]}) must have the same number of sites!"
)

if coords.shape[2] != 3:
Expand Down

0 comments on commit 133d26e

Please sign in to comment.