Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 8, 2021
1 parent cc3504c commit 6442f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/core/periodic_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def ionization_energy(self) -> float:
"""
First ionization energy of element.
"""
return self.ionization_energies[0]
return self.ionization_energies[0] # pylint: disable=E1101

@property
def electronic_structure(self) -> str:
Expand Down

0 comments on commit 6442f19

Please sign in to comment.