Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Mar 25, 2021
1 parent 20f760d commit 8c33909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumo/symmetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
Package containing functions for symmetry and k-point paths.
"""

from sumo.symmetry.kpath import Kpath # isort:skip
from sumo.symmetry.brad_crack_kpath import BradCrackKpath
from sumo.symmetry.custom_kpath import CustomKpath
from sumo.symmetry.kpath import Kpath
from sumo.symmetry.latimer_munro_kpath import LatimerKpath
from sumo.symmetry.pymatgen_kpath import PymatgenKpath
from sumo.symmetry.seekpath_kpath import SeekpathKpath

0 comments on commit 8c33909

Please sign in to comment.