Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jul 20, 2024
1 parent 3321a8e commit 4d14ee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/pymatgen/core/ion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from typing import TYPE_CHECKING

from monty.json import MSONable

from pymatgen.core.composition import Composition, reduce_formula
from pymatgen.util.string import Stringify, charge_string, formula_double_format

Expand Down
4 changes: 2 additions & 2 deletions tests/core/test_ion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from unittest import TestCase

import pytest
from pymatgen.core.composition import Composition
from pymatgen.core.element import Element

from pymatgen.core import Composition, Element
from pymatgen.core.ion import Ion


Expand Down

0 comments on commit 4d14ee4

Please sign in to comment.