Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
astamminger committed Nov 6, 2019
1 parent e3aeac2 commit 7f00674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/orm/nodes/data/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ def build_kind_name(species_and_occu):
self.cell = struct.lattice.matrix.tolist()
self.pbc = [True, True, True]
self.clear_kinds()

required_pmg_version = parse_version('2019.3.13')
current_pmg_version = parse_version(get_pymatgen_version())
for site in struct.sites:
Expand Down

0 comments on commit 7f00674

Please sign in to comment.