From 7dc241aa9e8cbeaeae0c810d7bb66227bc8d0eb5 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Fri, 14 May 2021 11:36:17 -0700 Subject: [PATCH] lint --- pymatgen/ext/tests/test_matproj.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymatgen/ext/tests/test_matproj.py b/pymatgen/ext/tests/test_matproj.py index 357a75f7423..d0779cc209f 100644 --- a/pymatgen/ext/tests/test_matproj.py +++ b/pymatgen/ext/tests/test_matproj.py @@ -516,6 +516,5 @@ def test_pourbaix_mpr_pipeline(self): self.assertTrue(all(["Bi" in entry.composition and "V" in entry.composition for entry in pbx.all_entries])) - if __name__ == "__main__": unittest.main()