From 6442f196f693312085f14a46343add6f1f0b769a Mon Sep 17 00:00:00 2001 From: First Coder Date: Mon, 8 Mar 2021 14:41:21 -0800 Subject: [PATCH] Fix linting. --- pymatgen/core/periodic_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymatgen/core/periodic_table.py b/pymatgen/core/periodic_table.py index 3a73b676825..a2da0afd8c5 100644 --- a/pymatgen/core/periodic_table.py +++ b/pymatgen/core/periodic_table.py @@ -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: